Shun Miyazawa 3 سال پیش
والد
کامیت
254b050e9b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/test/cypress/integration/50-sidebar/access-to-side-bar.spec.ts

+ 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`);
   });