|
@@ -176,6 +176,7 @@ context('Access to sidebar', () => {
|
|
|
|
|
|
|
|
it('Successfully access to trash page', () => {
|
|
it('Successfully access to trash page', () => {
|
|
|
cy.visit('/');
|
|
cy.visit('/');
|
|
|
|
|
+ cy.collapseSidebar(true);
|
|
|
cy.get('.grw-sidebar-nav-secondary-container').within(() => {
|
|
cy.get('.grw-sidebar-nav-secondary-container').within(() => {
|
|
|
cy.get('a[href*="/trash"]').click();
|
|
cy.get('a[href*="/trash"]').click();
|
|
|
});
|
|
});
|