Skip to content

Commit

Permalink
update cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Dec 22, 2023
1 parent 66be690 commit fe70be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/13-pinning.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('Data pinning', () => {
});

function setExpressionOnStringValueInSet(expression: string) {
cy.get('button').contains('Execute node').click();
cy.get('button').contains('Test node').click();
cy.get('.fixed-collection-parameter > :nth-child(2) > .button > span').click();

ndv.getters.nthParam(4).contains('Expression').invoke('show').click();
Expand Down

0 comments on commit fe70be6

Please sign in to comment.