Skip to content
Snippets Groups Projects
Commit 27660d1a authored by Paul Rosenzweig's avatar Paul Rosenzweig
Browse files

add delay to try and fix flaek

parent ed5190c2
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ describe("NativeQueryEditor", () => {
// Write a query with parameter x. It defaults to a text parameter.
cy.get(".ace_content").type("{{foo}} {{bar}}", {
parseSpecialCharSequences: false,
delay: 0,
});
cy.contains("Variables")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment