Skip to content

Commit b257f11

Browse files
fix: tests
1 parent 1d0e533 commit b257f11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/suites/nodes/nodes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test.describe('Test Nodes page', async () => {
1616
const nodesPage = new NodesPage(page);
1717

1818
// Get table with all nodes
19-
await nodesPage.goto({problemFilter: 'All'});
19+
await nodesPage.goto();
2020

2121
// Check if table is present
2222
await expect(nodesPage.table).toBeVisible();

tests/suites/tenants/tenants.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test.describe('Test Tenants page', async () => {
1313
const tenantsPage = new TenantsPage(page);
1414

1515
// Get table with all tenants
16-
await tenantsPage.goto({problemFilter: 'All'});
16+
await tenantsPage.goto();
1717

1818
// Check if table is present
1919
await expect(tenantsPage.table).toBeVisible();

0 commit comments

Comments
 (0)