Skip to content

Commit ff09297

Browse files
fix: remove toggleExperiment
1 parent 5bef7ce commit ff09297

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/suites/nodes/nodes.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {expect, test} from '@playwright/test';
22

33
import {backend} from '../../utils/constants';
4-
import {toggleExperiment} from '../../utils/toggleExperiment';
54
import {NodesPage} from '../nodes/NodesPage';
65
import {PaginatedTable} from '../paginatedTable/paginatedTable';
76

@@ -28,9 +27,6 @@ test.describe('Test Nodes Paginated Table', async () => {
2827
const nodesPage = new NodesPage(page);
2928
const response = await nodesPage.goto();
3029
expect(response?.ok()).toBe(true);
31-
32-
// Wil be removed since it's an experiment
33-
await toggleExperiment(page, 'on', 'Use paginated tables');
3430
});
3531

3632
test('Table loads and displays data', async ({page}) => {

0 commit comments

Comments
 (0)