Shun Miyazawa 3 лет назад
Родитель
Сommit
254b050e9b

+ 1 - 1
packages/app/test/cypress/integration/50-sidebar/access-to-side-bar.spec.ts

@@ -61,7 +61,7 @@ context('Access to sidebar', () => {
       }
     });
 
-    cy.get('grw-custom-sidebar-content').should('be.visible');
+    cy.get('.grw-custom-sidebar-content').should('be.visible');
     cy.getByTestid('grw-contextual-navigation-sub').screenshot(`${ssPrefix}custom-sidebar-3-custom-sidebar-created`);
   });