Skip to content

Commit

Permalink
[Nu-1780] correct cy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Rudnicki committed Sep 12, 2024
1 parent 9b7746a commit 7b5ad30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designer/client/cypress/e2e/process2.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("Process view", () => {
cy.get("[data-testid=window]")
.contains(/^cancel$/i)
.click();
cy.get("[data-testid=search-panel] input").click().clear();
cy.get("[data-testid=search-panel]").find("input[data-selector='NODES_IN_SCENARIO']").click().clear();
cy.realType("source");
cy.wait(750); //wait for animation
cy.getNode("enricher")
Expand Down

0 comments on commit 7b5ad30

Please sign in to comment.