Skip to content

Commit f106e15

Browse files
Anton StandrikAnton Standrik
authored andcommitted
remove only
1 parent e8e6e69 commit f106e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ test.describe('Query Templates', () => {
8585
expect(newContent).not.toBe('');
8686
});
8787

88-
test.only('Save query flow saves query and shows it in Saved tab', async ({page}) => {
88+
test('Save query flow saves query and shows it in Saved tab', async ({page}) => {
8989
const objectSummary = new ObjectSummary(page);
9090
const unsavedChangesModal = new UnsavedChangesModal(page);
9191
const queryEditor = new QueryEditor(page);

0 commit comments

Comments
 (0)