Shun Miyazawa пре 3 година
родитељ
комит
48377293e2

+ 1 - 1
packages/app/test/cypress/integration/20-basic-features/use-tools.spec.ts

@@ -75,7 +75,7 @@ context('Modal for page operation', () => {
     cy.get('body').should('not.have.class', 'on-edit');
     cy.get('body').should('not.have.class', 'on-edit');
 
 
     cy.getByTestid('grw-contextual-sub-nav').should('be.visible');
     cy.getByTestid('grw-contextual-sub-nav').should('be.visible');
-    cy.screenshot(`${ssPrefix}create-page-under-path`);
+    cy.screenshot(`${ssPrefix}create-page-under-specific-page`);
   });
   });
 
 
   it('Trying to create template page under the root page fail', () => {
   it('Trying to create template page under the root page fail', () => {