We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842ab96 commit d05a12aCopy full SHA for d05a12a
designer/client/cypress/e2e/nodeAdding.cy.ts
@@ -55,7 +55,7 @@ describe("Node adding", () => {
55
cy.get("@searchInput").should("be.focused").type("sql");
56
cy.contains(/event generator/i).should("not.exist");
57
cy.contains(/sql source/i).should("be.visible");
58
- cy.get("@searchInput").type("{enter}");
+ cy.get("@searchInput").wait("500").type("{enter}");
59
60
return;
61
cy.get("[title='add source node']").should("not.exist");
0 commit comments