@@ -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()}
@@ -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`);