Skip to content

Commit 2c2e0f4

Browse files
committed
chore: isolate streaming test
1 parent de966a1 commit 2c2e0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ test.describe('Test Query Editor', async () => {
143143
await expect(queryEditor.waitForStatus('Stopped')).resolves.toBe(true);
144144
});
145145

146-
test('Streaming query shows some results and banner when stop button is clicked', async ({
146+
test.only('Streaming query shows some results and banner when stop button is clicked', async ({
147147
page,
148148
}) => {
149149
// Safari in playwright has problem with painting an array

0 commit comments

Comments
 (0)