|
@@ -25,7 +25,7 @@ context('Access to pagelist', () => {
|
|
|
cy.wait(300);
|
|
cy.wait(300);
|
|
|
cy.screenshot(`${ssPrefix}2-open-page-item-control-menu`);
|
|
cy.screenshot(`${ssPrefix}2-open-page-item-control-menu`);
|
|
|
});
|
|
});
|
|
|
- })
|
|
|
|
|
|
|
+ });
|
|
|
cy.getByTestid('page-duplicate-modal').should('be.visible').screenshot(`${ssPrefix}3-duplicate-page-modal-opened`);
|
|
cy.getByTestid('page-duplicate-modal').should('be.visible').screenshot(`${ssPrefix}3-duplicate-page-modal-opened`);
|
|
|
cy.getByTestid('page-duplicate-modal').should('be.visible').within(() => {
|
|
cy.getByTestid('page-duplicate-modal').should('be.visible').within(() => {
|
|
|
cy.get('.rbt-input-main').type('-duplicate', {force: true})
|
|
cy.get('.rbt-input-main').type('-duplicate', {force: true})
|