|
|
@@ -22,7 +22,7 @@ context('Open presentation modal', () => {
|
|
|
|
|
|
it('PageCreateModal for "/" is shown successfully', () => {
|
|
|
cy.visit('/');
|
|
|
- cy.getByTestid('sub-nav-buttons-page-item-control').first().click();
|
|
|
+ cy.getByTestid('open-page-item-control-button').first().click();
|
|
|
cy.getByTestid('open-presentation-modal-btn').first().click();
|
|
|
// eslint-disable-next-line cypress/no-unnecessary-waiting
|
|
|
cy.wait(1500);
|
|
|
@@ -31,7 +31,7 @@ context('Open presentation modal', () => {
|
|
|
|
|
|
it('PageCreateModal for "/Sandbox/Bootstrap4" is shown successfully', () => {
|
|
|
cy.visit('/Sandbox/Bootstrap4');
|
|
|
- cy.getByTestid('sub-nav-buttons-page-item-control').first().click();
|
|
|
+ cy.getByTestid('open-page-item-control-button').first().click();
|
|
|
cy.getByTestid('open-presentation-modal-btn').first().click();
|
|
|
// eslint-disable-next-line cypress/no-unnecessary-waiting
|
|
|
cy.wait(1500);
|
|
|
@@ -40,7 +40,7 @@ context('Open presentation modal', () => {
|
|
|
|
|
|
it('PageCreateModal for /Sandbox/Bootstrap4#Cards" is shown successfully', () => {
|
|
|
cy.visit('/Sandbox/Bootstrap4#Cards');
|
|
|
- cy.getByTestid('sub-nav-buttons-page-item-control').first().click();
|
|
|
+ cy.getByTestid('open-page-item-control-button').first().click();
|
|
|
cy.getByTestid('open-presentation-modal-btn').first().click();
|
|
|
// eslint-disable-next-line cypress/no-unnecessary-waiting
|
|
|
cy.wait(1500);
|