Yuki Takei 3 лет назад
Родитель
Сommit
d8c00b54eb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/test/cypress/integration/60-home/60-home--home.spec.ts

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

@@ -21,7 +21,7 @@ context('Access Home', () => {
     // click the Home button
     // click the Home button
     cy.getByTestid('grw-personal-dropdown-menu-user-home').should('be.visible').click();
     cy.getByTestid('grw-personal-dropdown-menu-user-home').should('be.visible').click();
 
 
-    cy.getByTestid('grw-users-info').should('be.visible')
+    cy.getByTestid('grw-users-info').should('be.visible');
 
 
     // for check download toc data
     // for check download toc data
     // https://redmine.weseek.co.jp/issues/111384
     // https://redmine.weseek.co.jp/issues/111384