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