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 e1499e9 commit c32be6aCopy full SHA for c32be6a
tests/suites/tenant/diagnostics/tabs/access.test.ts
@@ -84,7 +84,7 @@ test.describe('Diagnostics Access tab', async () => {
84
await expect(diagnostics.isGrantAccessDrawerVisible()).resolves.toBe(true);
85
});
86
87
- test.only('Can grant full access to a new subject', async ({page}) => {
+ test('Can grant full access to a new subject', async ({page}) => {
88
const pageQueryParams = {
89
schema: '/local/.sys_health',
90
database: '/local',
0 commit comments