- Merge request !151#3549005 wait on build id change and change the way it is waited on → (Merged) created by bnjmnm
NOTE 1: It's unclear if this can happen outside of automated tests - prioritize accordingly
Note:2 this was discovered with the video component in canvas_test_sdc
- we aren't yet sure if it occurs with other components
If an e2e test adds two video components consecutively, there can be problems with the form element changes properly updating the preview. While this would likely occur outside of e2e tests, it is difficult (perhaps impossible) to add them quickly enough to create the problem
For the e2e test where this problem was occurring, is was fixed by adding a non-video component between adding the first and second videos.
cy.insertComponent({ name: 'Video' });
cy.insertComponent({ name: 'Hero' }); // Adding me fixes it.
cy.insertComponent({ name: 'Video' });
Active
1.0
… to be triaged
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.