فهرست منبع

update home.spec.ts for toc-content

jam411 3 سال پیش
والد
کامیت
dbc45c5efd
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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`);
   });