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 b5cc6eb commit ed82cd4Copy full SHA for ed82cd4
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