kaori 3 лет назад
Родитель
Сommit
30cf1c0100

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

@@ -321,11 +321,11 @@ context('Tag Oprations', () =>{
         if($row.find('a').text() === oldPageName){
           cy.wrap($row).within(() => {
             cy.getByTestid('open-page-move-rename-modal-btn').click({force: true});
-    cy.getByTestid('page-item-control-menu').should('have.class', 'show').first().within(() => {
-    // eslint-disable-next-line cypress/no-unnecessary-waiting
-      cy.wait(300);
-      cy.screenshot(`${ssPrefix}2-open-page-item-control-menu`);
-    })
+            cy.getByTestid('page-item-control-menu').should('have.class', 'show').first().within(() => {
+            // eslint-disable-next-line cypress/no-unnecessary-waiting
+              cy.wait(300);
+              cy.screenshot(`${ssPrefix}2-open-page-item-control-menu`);
+            })
           });
         }
       });