dumps optimized
This commit is contained in:
@@ -20,7 +20,7 @@ import { StepId } from '../../packages/domain/value-objects/StepId';
|
||||
*/
|
||||
describe('E2E: Step 8→9→11 State Synchronization', () => {
|
||||
let adapter: PlaywrightAutomationAdapter;
|
||||
const fixtureBaseUrl = `file://${path.resolve(process.cwd(), 'resources/mock-fixtures')}`;
|
||||
const fixtureBaseUrl = `file://${path.resolve(process.cwd(), 'html-dumps')}`;
|
||||
|
||||
beforeAll(async () => {
|
||||
const logger = new NoOpLogAdapter();
|
||||
|
||||
Reference in New Issue
Block a user