- Issue created by @bnjmnm
- πΊπΈUnited States bnjmnm Ann Arbor, MI
This brings back every skip added in π Temporarily skip intermittently failing e2e tests Active , and I've rerun the Cypress tests many times and they pass every time.
components-operations
,empty-canvas
andpublish-button
now 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-regions
was unskipped but no changes as the drag and drop operation is never in the canvas area. Seems to be passing- The skip added in
components-slots
earlier 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 #3500549
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
wim leers β credited larowlan β .
-
wim leers β
committed 4a89dc71 on 0.x authored by
bnjmnm β
Issue #3500542 by bnjmnm, larowlan: Implement adding component to empty...
-
wim leers β
committed 4a89dc71 on 0.x authored by
bnjmnm β
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
π₯³ for more reliable tests! (And running the entire test suite again.)
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
This restored all tests that π Temporarily skip intermittently failing e2e tests Active temporarily skipped.
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
FYI: when this was merged,
component-operations.cy.js
failed during the0.x
test run π But it failed ~20 LoC earlier than the change here.Failure:
cy:command β click cy:fetch β GET http://localhost/web/xb/api/config/pattern Status: 200 cy:command β get .primaryPanelContent cy:command β within cy:command β findByText Sections cy:command β click {force: true, scrollbehavior: false} cy:command β findByText The Entire Node 1 cy:command β assert expected **findByText(`The Entire Node 1`)** to exist in the DOM Actual: "findByText(`The Entire Node 1`)" Expected: "findByText(`The Entire Node 1`)"
Relevant test code:
cy.openLibraryPanel(); cy.get('.primaryPanelContent').within(() => { cy.findByText('Sections').click(clickDefault); cy.findByText('The Entire Node 1').should('exist'); }); cy.get('.primaryPanelContent') .as('panel') .should('contain.text', 'The Entire Node 1');
Automatically closed - issue fixed for 2 weeks with no activity.
- Issue was unassigned.
- Status changed to Fixed
4 days ago 3:41pm 19 June 2025 - π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Closed π Remove pause() call in Cypress editHeroComponent command Active thanks to this :)