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('EDGES', () => {
test.beforeEach(async ({ page }) => {
// Go to the starting url before each test.
await page.goto('/tests/edges');
await page.goto('/tests/generic/edges/general');
// Timeout get's ignored and tests timeout after 200ms ???
// page.waitForSelector('[data-id="edge-with-class"]', { timeout: 5000 });