Procházet zdrojové kódy

Merge pull request #5324 from weseek/imprv/page-access-test-trash

imprv: page access test trash
Yuki Takei před 4 roky
rodič
revize
4f87ce7baa

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

@@ -30,6 +30,11 @@ context('Access to page', () => {
     cy.screenshot(`${ssPrefix}-sandbox-headers`, { capture: 'viewport' });
   });
 
+  it('/trash is successfully loaded', () => {
+    cy.visit('/trash', {  });
+    cy.screenshot(`${ssPrefix}-trash`, { capture: 'viewport' });
+  });
+
   it('/Sandbox/Math is successfully loaded', () => {
     cy.visit('/Sandbox/Math');
     cy.screenshot(`${ssPrefix}-sandbox-math`, { capture: 'viewport' });