|
|
@@ -181,6 +181,11 @@ context('Access to sidebar', () => {
|
|
|
cy.get('.grw-sidebar-nav-secondary-container').within(() => {
|
|
|
cy.get('a[href*="/trash"]').click();
|
|
|
});
|
|
|
+
|
|
|
+ cy.get('.grw-page-path-hierarchical-link').should('be.visible');
|
|
|
+
|
|
|
+ cy.get('.grw-custom-nav-tab').should('be.visible');
|
|
|
+
|
|
|
cy.screenshot(`${ssPrefix}access-to-trash-page`);
|
|
|
});
|
|
|
});
|