Browse Source

update cypress

ryoji-s 2 years ago
parent
commit
f63fd91ed3
1 changed files with 1 additions and 1 deletions
  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', () => {
   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.scrollTo('top');
     cy.screenshot(`${ssPrefix}-other-setting-1`);
     cy.screenshot(`${ssPrefix}-other-setting-1`);
     cy.getByTestid('grw-questionnaire-settings-update-btn').click();
     cy.getByTestid('grw-questionnaire-settings-update-btn').click();