Skip to content

Commit d05a12a

Browse files
committed
test check
1 parent 842ab96 commit d05a12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designer/client/cypress/e2e/nodeAdding.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe("Node adding", () => {
5555
cy.get("@searchInput").should("be.focused").type("sql");
5656
cy.contains(/event generator/i).should("not.exist");
5757
cy.contains(/sql source/i).should("be.visible");
58-
cy.get("@searchInput").type("{enter}");
58+
cy.get("@searchInput").wait("500").type("{enter}");
5959

6060
return;
6161
cy.get("[title='add source node']").should("not.exist");

0 commit comments

Comments
 (0)