Explorar o código

update home.spec.ts for toc-content

jam411 %!s(int64=3) %!d(string=hai) anos
pai
achega
dbc45c5efd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/app/test/cypress/integration/60-home/home.spec.ts

+ 1 - 0
packages/app/test/cypress/integration/60-home/home.spec.ts

@@ -16,6 +16,7 @@ context('Access Home', () => {
     cy.getByTestid('grw-personal-dropdown').find('.dropdown-menu .btn-group > .btn-outline-secondary:eq(0)').click();
 
     cy.get('.user-page').should('be.visible');
+    cy.get('.revision-toc-content').should('be.visible');
 
     cy.screenshot(`${ssPrefix}-visit-home`);
   });