Explorar o código

commentout draft page VRT

Yuken Tezuka %!s(int64=3) %!d(string=hai) anos
pai
achega
bb2aba3e6a

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

@@ -71,10 +71,10 @@ context('Access to /me page', () => {
     cy.screenshot(`${ssPrefix}-me`);
   });
 
-  it('Draft page is successfully shown', () => {
-    cy.visit('/me/drafts');
-    cy.screenshot(`${ssPrefix}-draft-page`);
-  });
+  // it('Draft page is successfully shown', () => {
+  //   cy.visit('/me/drafts');
+  //   cy.screenshot(`${ssPrefix}-draft-page`);
+  // });
 
 });