Skip to content

Commit 75bf08e

Browse files
chore: test test
1 parent 30f3ffd commit 75bf08e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/suites/tenant/queryEditor/queryEditor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ test.describe('Test Query Editor', async () => {
114114
await expect(queryEditor.isElapsedTimeHidden()).resolves.toBe(true);
115115
});
116116

117-
test.only('Query execution is terminated when stop button is clicked', async ({page}) => {
117+
test('Query execution is terminated when stop button is clicked', async ({page}) => {
118118
const queryEditor = new QueryEditor(page);
119119

120120
await queryEditor.setQuery(longRunningQuery);

tests/suites/tenant/queryEditor/queryStatus.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test.describe('Test Query Execution Status', async () => {
4343
await expect(statusElement).toBe('Running');
4444
});
4545

46-
test('Completed query status for completed query', async ({page}) => {
46+
test.skip('Completed query status for completed query', async ({page}) => {
4747
const queryEditor = new QueryEditor(page);
4848

4949
await queryEditor.setQuery(testQuery);

0 commit comments

Comments
 (0)