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 c71925d commit a7c64f7Copy full SHA for a7c64f7
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('Settings dialog opens on Gear click and closes on Cancel', async ({page}) => {
+ test.only('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