We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fac07 commit 4e2194bCopy full SHA for 4e2194b
smoke-test/tests/cypress/cypress/e2e/query/query_tab.js
@@ -50,7 +50,8 @@ describe("manage queries", () => {
50
});
51
52
it("go to queries tab on dataset page then create query and verify & view the card", () => {
53
- cy.waitTextVisible("Highlighted Queries");
+ cy.wait(1000);
54
+ cy.url().should("include", "Queries");
55
cy.ensureTextNotPresent("Recent Queries");
56
addNewQuery();
57
cy.waitTextVisible(`+ Test Query-${runId}`);
0 commit comments