소스 검색

add wait for sandbox editor

Yuken Tezuka 3 년 전
부모
커밋
8982f604cf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/app/test/cypress/integration/20-basic-features/access-to-page.spec.ts

+ 2 - 0
packages/app/test/cypress/integration/20-basic-features/access-to-page.spec.ts

@@ -39,6 +39,8 @@ context('Access to page', () => {
 
   it('/Sandbox with edit is successfully loaded', () => {
     cy.visit('/Sandbox#edit');
+    // eslint-disable-next-line cypress/no-unnecessary-waiting
+    cy.wait(500);
     cy.screenshot(`${ssPrefix}-sandbox-edit-page`);
   })