Skip to content

Commit

Permalink
chore(e2e): fix query tracker e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimbiozizV committed Jan 20, 2025
1 parent 7a798da commit be80e69
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/tests/e2e/pages/query-tracker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ test('@QueryTracker: Click on a new query button should reset current query', as
await queryTrackerPage.fillQueryEditor(['SELECT * FROM "//tmp/static-table"\n', 'LIMIT 20;\n']);
await queryTrackerPage.clickOnRunQuery();
await queryTrackerPage.clickOnNewQueryButton();
await queryTrackerPage.confirmClickOnNewQueryButton();
await queryTrackerPage.isQueryResultTableHide();
await expect(page).toHaveURL(new RegExp(/\/queries\/?$/gm));
});
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be80e69

Please sign in to comment.