makeStep function test
Last updated: 2026-03-05T10:53:28.857Z
Metrics
LOC: 8
Complexity: 1
Params: 1
Signature
makeStep(overrides: Partial<FlowStep> = {}): : FlowStep
Source Code
function makeStep(overrides: Partial<FlowStep> = {}): FlowStep {
return {
id: "step_1",
action: "click",
selector: "#target",
...overrides,
};
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| makeSession | calls |
| assertFailed | calls |