Просмотр исходного кода

Merge branch 'master' into support/cherry-pick-6910

Haku Mizuki 3 лет назад
Родитель
Сommit
8aecbb622f

+ 1 - 0
packages/app/test/cypress/integration/21-basic-features-for-guest/access-to-page.spec.ts

@@ -11,6 +11,7 @@ context('Access to page by guest', () => {
 
   it('/Sandbox with anchor hash is successfully loaded', () => {
     cy.visit('/Sandbox#Headers');
+    cy.getByTestid('grw-pagetree-item-container').should('be.visible');
     cy.collapseSidebar(true, true);
 
     // eslint-disable-next-line cypress/no-unnecessary-waiting