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 7fefc4f commit 2d90d3eCopy full SHA for 2d90d3e
tests/suites/tenant/diagnostics/tabs/queries.test.ts
@@ -14,7 +14,7 @@ import {
14
} from '../Diagnostics';
15
import {setupTopQueriesMock} from '../mocks';
16
17
-test.describe.only('Diagnostics Queries tab', async () => {
+test.describe('Diagnostics Queries tab', async () => {
18
test('No runnning queries in Queries if no queries are running', async ({page}) => {
19
const pageQueryParams = {
20
schema: tenantName,
0 commit comments