Skip to content

Commit db5fbd6

Browse files
committed
fix: tests
1 parent e441c65 commit db5fbd6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const newSubject = 'foo';
88
test.describe('Diagnostics Access tab', async () => {
99
test('Access tab shows owner card', async ({page}) => {
1010
const pageQueryParams = {
11-
schema: '/local/.sys_health',
11+
schema: '/local',
1212
database: '/local',
1313
tenantPage: 'diagnostics',
1414
diagnosticsTab: 'access',
@@ -24,7 +24,7 @@ test.describe('Diagnostics Access tab', async () => {
2424

2525
test('Can change owner on access tab', async ({page}) => {
2626
const pageQueryParams = {
27-
schema: '/local/.sys_health',
27+
schema: '/local',
2828
database: '/local',
2929
tenantPage: 'diagnostics',
3030
diagnosticsTab: 'access',
@@ -48,7 +48,7 @@ test.describe('Diagnostics Access tab', async () => {
4848

4949
test('Owner card is visible after navigating to access tab', async ({page}) => {
5050
const pageQueryParams = {
51-
schema: '/local/.sys_health',
51+
schema: '/local',
5252
database: '/local',
5353
tenantPage: 'diagnostics',
5454
diagnosticsTab: 'access',
@@ -67,7 +67,7 @@ test.describe('Diagnostics Access tab', async () => {
6767

6868
test('Grant Access button opens grant access drawer', async ({page}) => {
6969
const pageQueryParams = {
70-
schema: '/local/.sys_health',
70+
schema: '/local',
7171
database: '/local',
7272
tenantPage: 'diagnostics',
7373
diagnosticsTab: 'access',
@@ -86,7 +86,7 @@ test.describe('Diagnostics Access tab', async () => {
8686

8787
test('Can grant full access to a new subject', async ({page}) => {
8888
const pageQueryParams = {
89-
schema: '/local/.sys_health',
89+
schema: '/local',
9090
database: '/local',
9191
tenantPage: 'diagnostics',
9292
diagnosticsTab: 'access',

tests/suites/tenant/summary/objectSummary.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ test.describe('Object Summary', async () => {
273273
test('ACL tab shows redirect message and link to Diagnostics', async ({page}) => {
274274
// Define the URL parameters
275275
const pageQueryParams = {
276-
schema: '/local/.sys_health',
276+
schema: '/local',
277277
database: '/local',
278278
summaryTab: 'acl',
279279
tenantPage: 'query',
@@ -308,7 +308,7 @@ test.describe('Object Summary', async () => {
308308
tenantPage: 'diagnostics',
309309
diagnosticsTab: 'access',
310310
summaryTab: 'acl',
311-
schema: '/local/.sys_health',
311+
schema: '/local',
312312
database: '/local',
313313
});
314314

0 commit comments

Comments
 (0)