2
0
Yohei-Shiina 3 жил өмнө
parent
commit
578eb2c4d0

+ 1 - 2
packages/app/test/cypress/integration/30-search/search.spec.ts

@@ -255,8 +255,7 @@ context('Search current tree with "prefix":', () => {
   it(`Search current tree by word is successfully loaded`, () => {
     const searchText = 'help';
     cy.visit('/');
-    cy.get('.grw-skelton').should('exist');
-    cy.get('.grw-skelton').should('not.exist');
+    cy.waitUntilSkeletonDisappear();
 
     cy.getByTestid('select-search-scope').click();
     cy.get('.input-group-prepend.show > div > button:nth-child(2)').click();