|
@@ -31,18 +31,18 @@ context('Open Page Accessories Modal', () => {
|
|
|
|
|
|
|
|
cy.getByTestid('page-accessories-modal').should('be.visible')
|
|
cy.getByTestid('page-accessories-modal').should('be.visible')
|
|
|
cy.getByTestid('page-history').should('be.visible')
|
|
cy.getByTestid('page-history').should('be.visible')
|
|
|
- cy.screenshot(`${ssPrefix}-open-bootstrap4`);
|
|
|
|
|
|
|
+ cy.screenshot(`${ssPrefix}-open-page-history-bootstrap4`);
|
|
|
});
|
|
});
|
|
|
it('Page Attachment Data is shown successfully', () => {
|
|
it('Page Attachment Data is shown successfully', () => {
|
|
|
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-item-control-btn').click();
|
|
|
- cy.getByTestid('open-page-accessories-modal-btn-with-history-tab').click();
|
|
|
|
|
|
|
+ cy.getByTestid('open-page-accessories-modal-btn-with-attachment-data-tab').click();
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
cy.getByTestid('page-accessories-modal').should('be.visible')
|
|
cy.getByTestid('page-accessories-modal').should('be.visible')
|
|
|
- cy.getByTestid('page-history').should('be.visible')
|
|
|
|
|
- cy.screenshot(`${ssPrefix}-open-attachment-data-bootstrap4`);
|
|
|
|
|
|
|
+ cy.getByTestid('page-attachment').should('be.visible')
|
|
|
|
|
+ cy.screenshot(`${ssPrefix}-open-page-attachment-data-bootstrap4`);
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
});
|
|
});
|