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