dumps optimized

This commit is contained in:
2025-11-27 14:46:11 +01:00
parent 6a0cab6cc6
commit 1348c37675
48 changed files with 134350 additions and 7912 deletions

View File

@@ -22,7 +22,7 @@ describe('E2E: Step 6 Missing Case (RED Phase)', () => {
headless: true,
timeout: 5000,
mode: 'mock',
baseUrl: 'file://' + process.cwd() + '/resources/mock-fixtures',
baseUrl: 'file://' + process.cwd() + '/html-dumps',
}, logger);
await adapter.connect();
@@ -36,7 +36,7 @@ describe('E2E: Step 6 Missing Case (RED Phase)', () => {
it('should successfully execute step 6 (SET_ADMINS)', async () => {
// Given: Navigate to step 6 fixture (Set Admins page)
const navResult = await adapter.navigateToPage(`file://${process.cwd()}/resources/mock-fixtures/step-06-set-admins.html`);
const navResult = await adapter.navigateToPage(`file://${process.cwd()}/html-dumps/step-06-set-admins.html`);
expect(navResult.success).toBe(true);
// When: Execute step 6 (should navigate to Time Limits)