Skip to content

Commit 2f51c43

Browse files
Anton StandrikAnton Standrik
authored andcommitted
fix: tests
1 parent 7e9192d commit 2f51c43

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
@@ -27,7 +27,7 @@ test.describe('Test Query Editor', async () => {
2727
await tenantPage.goto(pageQueryParams);
2828
});
2929

30-
test.only('Settings dialog opens on Gear click and closes on Cancel', async ({page}) => {
30+
test('Settings dialog opens on Gear click and closes on Cancel', async ({page}) => {
3131
const queryEditor = new QueryEditor(page);
3232
await queryEditor.clickGearButton();
3333

0 commit comments

Comments
 (0)