|
@@ -3,7 +3,7 @@ context('Access to page by guest', () => {
|
|
|
|
|
|
|
|
it('/Sandbox is successfully loaded', () => {
|
|
it('/Sandbox is successfully loaded', () => {
|
|
|
cy.visit('/Sandbox');
|
|
cy.visit('/Sandbox');
|
|
|
- cy.get('.fa-spinner').should('not.exist');
|
|
|
|
|
|
|
+ cy.waitUntilSpinnerDisappear();
|
|
|
cy.getByTestid('grw-pagetree-item-container').should('be.visible');
|
|
cy.getByTestid('grw-pagetree-item-container').should('be.visible');
|
|
|
cy.collapseSidebar(true, true);
|
|
cy.collapseSidebar(true, true);
|
|
|
cy.screenshot(`${ssPrefix}-sandbox`);
|
|
cy.screenshot(`${ssPrefix}-sandbox`);
|