Skip to content

Commit

Permalink
update cypress test to reflect variables change
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Mar 1, 2024
1 parent c873291 commit 7687490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/actions/variables/VariablesAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class VariablesAction {
}

doAddVariable(name: string, value: string) {
environment.getAddButton().click();
environment.getAddButton().first().click();

cy.get('.react-select__indicator').click({ force: true });
cy.get('#react-select-2-option-1').click();
Expand Down

0 comments on commit 7687490

Please sign in to comment.