kaori 3 anni fa
parent
commit
59b67c9b82

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

@@ -218,7 +218,7 @@ context('Tag Oprations', () =>{
       cy.get('.modal-footer > button.btn').click();
       cy.get('.modal-footer > button.btn').click();
     });
     });
     cy.visit(`/${newPageName}`);
     cy.visit(`/${newPageName}`);
-    cy.get('#wiki').should('not.be.empty');
+    cy.get('.wiki').should('not.be.empty');
     cy.screenshot(`${ssPrefix}4-duplicated-page`, {capture: 'viewport'});
     cy.screenshot(`${ssPrefix}4-duplicated-page`, {capture: 'viewport'});
   });
   });