ryoji-s 2 лет назад
Родитель
Сommit
f63fd91ed3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/test/cypress/integration/60-home/60-home--home.spec.ts

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

@@ -125,7 +125,7 @@ context('Access User settings', () => {
   });
 
   it('Access Other setting', () => {
-    cy.getByTestid('grw-personal-settings').find('.nav-title.nav li:eq(6) a').click();
+    cy.getByTestid('grw-personal-settings').find('.nav-title.nav li:eq(5) a').click();
     cy.scrollTo('top');
     cy.screenshot(`${ssPrefix}-other-setting-1`);
     cy.getByTestid('grw-questionnaire-settings-update-btn').click();