|
@@ -104,8 +104,8 @@ context('Modal for page operation', () => {
|
|
|
cy.visit('/Sandbox/Bootstrap4');
|
|
cy.visit('/Sandbox/Bootstrap4');
|
|
|
|
|
|
|
|
cy.get('#grw-subnav-container').within(() => {
|
|
cy.get('#grw-subnav-container').within(() => {
|
|
|
- cy.getByTestid('open-page-item-control-btn').click();
|
|
|
|
|
- cy.getByTestid('open-page-delete-modal-btn').click();
|
|
|
|
|
|
|
+ cy.getByTestid('open-page-item-control-btn').click({force: true});
|
|
|
|
|
+ cy.getByTestid('open-page-delete-modal-btn').click({force: true});
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
cy.getByTestid('page-delete-modal').should('be.visible').screenshot(`${ssPrefix}-delete-bootstrap4`);
|
|
cy.getByTestid('page-delete-modal').should('be.visible').screenshot(`${ssPrefix}-delete-bootstrap4`);
|