wip
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { StepId } from '../../../../domain/value-objects/StepId';
|
||||
import type { IBrowserAutomation } from '../../../../application/ports/IScreenAutomation';
|
||||
import { StepId } from '../../../../automation-domain/value-objects/StepId';
|
||||
import type { IBrowserAutomation } from '../../../../automation-application/ports/IScreenAutomation';
|
||||
import {
|
||||
NavigationResult,
|
||||
FormFillResult,
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
WaitResult,
|
||||
ModalResult,
|
||||
AutomationResult,
|
||||
} from '../../../../application/ports/AutomationResults';
|
||||
} from '../../../../automation-application/ports/AutomationResults';
|
||||
|
||||
interface MockConfig {
|
||||
simulateFailures?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user