From 2944cf0b4b8e431a4803c5474813a4ea3a108730 Mon Sep 17 00:00:00 2001 From: Isabella Siu Date: Mon, 29 Jul 2024 17:51:43 -0400 Subject: [PATCH] fix e2e tests --- tests/queryEditor.spec.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/queryEditor.spec.ts b/tests/queryEditor.spec.ts index c34ed566..2250edf2 100644 --- a/tests/queryEditor.spec.ts +++ b/tests/queryEditor.spec.ts @@ -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();