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

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

@@ -30,4 +30,8 @@ context('Access to page', () => {
     cy.screenshot(`${ssPrefix}-sandbox-headers`, { capture: 'viewport' });
   });
 
+  it('/Sandbox with edit is successfully loaded', () => {
+    cy.visit('/Sandbox#edit');
+    cy.screenshot(`${ssPrefix}-sandbox-edit-page`, { capture: 'viewport' });
+  })
 });