Skip to content

Commit ac86354

Browse files
committed
fix: remove only
1 parent c225fa3 commit ac86354

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.only('Streaming query shows some results and banner when stop button is clicked', async ({
146+
test('Streaming query shows some results and banner when stop button is clicked', async ({
147147
page,
148148
}) => {
149149
const queryEditor = new QueryEditor(page);

0 commit comments

Comments
 (0)