refactoring
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
*/
|
||||
|
||||
import { describe, it, expect, beforeAll, afterAll, beforeEach } from 'vitest';
|
||||
import { FixtureServer, getAllStepFixtureMappings } from '../../packages/infrastructure/adapters/automation/FixtureServer';
|
||||
import { PlaywrightAutomationAdapter } from '../../packages/infrastructure/adapters/automation/PlaywrightAutomationAdapter';
|
||||
import { FixtureServer, getAllStepFixtureMappings, PlaywrightAutomationAdapter } from 'packages/infrastructure/adapters/automation';
|
||||
import { StepId } from '../../packages/domain/value-objects/StepId';
|
||||
|
||||
describe('Playwright Browser Automation', () => {
|
||||
|
||||
Reference in New Issue
Block a user