Skip to content

Commit

Permalink
replace role with data-cy tag
Browse files Browse the repository at this point in the history
  • Loading branch information
david-roper committed Mar 12, 2024
1 parent 0931f35 commit 4620ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/cypress/e2e/subject-view.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Subject view test', () => {

//choosing first questionnaire as instrument
cy.get('div[data-cy="instrument-select"]').click();
cy.get('button[role="menuitem"]').eq(0).click();
cy.get('button[data-cy="dropdown-menu-option"]').eq(0).click();

//choose overall happiness
cy.get('div[data-cy="measure-select"]').click();
Expand Down

0 comments on commit 4620ac5

Please sign in to comment.