Skip to content

Commit 4e2194b

Browse files
update query_tab.js
1 parent 80fac07 commit 4e2194b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

smoke-test/tests/cypress/cypress/e2e/query/query_tab.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ describe("manage queries", () => {
5050
});
5151

5252
it("go to queries tab on dataset page then create query and verify & view the card", () => {
53-
cy.waitTextVisible("Highlighted Queries");
53+
cy.wait(1000);
54+
cy.url().should("include", "Queries");
5455
cy.ensureTextNotPresent("Recent Queries");
5556
addNewQuery();
5657
cy.waitTextVisible(`+ Test Query-${runId}`);

0 commit comments

Comments
 (0)