implemented generic tests for config based test flow creation
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user