We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9192d commit 2f51c43Copy full SHA for 2f51c43
tests/suites/tenant/queryEditor/queryEditor.test.ts
@@ -27,7 +27,7 @@ test.describe('Test Query Editor', async () => {
27
await tenantPage.goto(pageQueryParams);
28
});
29
30
- test.only('Settings dialog opens on Gear click and closes on Cancel', async ({page}) => {
+ test('Settings dialog opens on Gear click and closes on Cancel', async ({page}) => {
31
const queryEditor = new QueryEditor(page);
32
await queryEditor.clickGearButton();
33
0 commit comments