Shun Miyazawa 4 лет назад
Родитель
Сommit
e06a103acc

+ 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' });
+  })
 });