implemented generic tests for config based test flow creation

This commit is contained in:
Peter
2023-11-07 13:04:13 +01:00
parent 0b7613c64e
commit 57e6e389c9
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { FRAMEWORK } from './constants';
test.describe('NODES', () => {
test.beforeEach(async ({ page }) => {
// Go to the starting url before each test.
await page.goto('/tests/nodes');
await page.goto('/tests/generic/nodes/general');
});
test.describe('selection', () => {