Yuken Tezuka 3 лет назад
Родитель
Сommit
bb5f4ebac5

+ 1 - 1
packages/app/src/components/Navbar/AuthorInfo.tsx

@@ -66,7 +66,7 @@ export const AuthorInfo = (props: AuthorInfoProps): JSX.Element => {
       </div>
       <div>
         <div>{infoLabelForSubNav} {userLabel}</div>
-        <div className="text-muted text-date" data-hide-in-vrt>
+        <div className="text-muted text-date" data-hide-in-vrt={true}>
           {renderParsedDate()}
         </div>
       </div>

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

@@ -2,8 +2,6 @@ context('Access to page by guest', () => {
   const ssPrefix = 'access-to-page-by-guest-';
 
   it('/Sandbox is successfully loaded', () => {
-    cy.visit('/Sandbox');
-    cy.visit('/');
     cy.visit('/Sandbox');
     cy.collapseSidebar(true, true);
     cy.screenshot(`${ssPrefix}-sandbox`);