Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iwysiu committed Jul 29, 2024
1 parent 447e7c3 commit 2944cf0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/queryEditor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ test.describe('Query Editor', () => {

await queryEditor.selectProperty('Total Average Power');

await queryEditor.openQueryOptions();

await expect(queryEditor.qualitySelect).toBeVisible();
await expect(queryEditor.timeSelect).toBeVisible();
await expect(queryEditor.formatSelect).toBeVisible();

await queryEditor.runQuery();

await expect(page.getByText('No data')).not.toBeVisible();
Expand Down

0 comments on commit 2944cf0

Please sign in to comment.