Closed (fixed)
Project:
Experience Builder
Version:
0.x-dev
Component:
Page builder
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2025 at 14:59 UTC
Updated:
19 Jun 2025 at 15:41 UTC
Jump to comment: Most recent
Comments
Comment #3
bnjmnmThis brings back every skip added in #3500549: Temporarily skip intermittently failing e2e tests, and I've rerun the Cypress tests many times and they pass every time.
components-operations,empty-canvasandpublish-buttonnow add a component to the empty layout by clicking the component instead of dragging it. (turns out the UI already does this! Just no affordance to make it evident)global-regionswas unskipped but no changes as the drag and drop operation is never in the canvas area. Seems to be passingcomponents-slotsearlier today was removed, but only because a skip is already present on the higher leveldescribe()that was added last month. The scope of this issue is only to remove skips added in #3500549Comment #5
wim leersComment #7
wim leers🥳 for more reliable tests! (And running the entire test suite again.)
Comment #8
wim leersThis restored all tests that #3500549: Temporarily skip intermittently failing e2e tests temporarily skipped.
Comment #9
wim leersFYI: when this was merged,
component-operations.cy.jsfailed during the0.xtest run 🙈 But it failed ~20 LoC earlier than the change here.Failure:
Relevant test code:
Comment #11
wim leersClosed #3500535: Remove pause() call in Cypress editHeroComponent command thanks to this :)