Skip to content

Commit

Permalink
Changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Nov 2, 2023
1 parent 14cee55 commit de64980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("to annotate an assessment ", () => {
cy.get('#vs2__combobox > .vs__selected-options > .vs__search').click();
cy.get('#vs2__option-1').click();
cy.get('[data-cy="dataTable-pheno_age"] > tbody > :nth-child(3) > [aria-colindex="3"] > [data-cy="missingValueButton_2"]').click();
cy.get('#__BVID__117___BV_tab_button__').click();
cy.get("[data-cy='annotation-category-tabs'] ul").contains("li", "Sex").click();
cy.get('#vs3__combobox > .vs__selected-options > .vs__search').click();
cy.get('#vs3__option-1').click();
cy.get('#vs4__combobox > .vs__selected-options > .vs__search').click();
Expand Down

0 comments on commit de64980

Please sign in to comment.