Skip to content

Commit c32be6a

Browse files
committed
fix: unskip tests
1 parent e1499e9 commit c32be6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/tenant/diagnostics/tabs/access.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test.describe('Diagnostics Access tab', async () => {
8484
await expect(diagnostics.isGrantAccessDrawerVisible()).resolves.toBe(true);
8585
});
8686

87-
test.only('Can grant full access to a new subject', async ({page}) => {
87+
test('Can grant full access to a new subject', async ({page}) => {
8888
const pageQueryParams = {
8989
schema: '/local/.sys_health',
9090
database: '/local',

0 commit comments

Comments
 (0)