Przeglądaj źródła

update home.spec.ts for toc-content

jam411 3 lat temu
rodzic
commit
dbc45c5efd

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