Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 1, 2025
1 parent 68d1405 commit 3525119
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/shortest/src/core/runner/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,7 @@ export class TestRunner {
}`,
),
]
: [
"\nExpect:",
`1. "${test.name}" expected to be successful`,
]),
: ["\nExpect:", `1. "${test.name}" expected to be successful`]),

"\nCurrent Page State:",
`URL: ${initialState.metadata?.window_info?.url || "unknown"}`,
Expand Down

0 comments on commit 3525119

Please sign in to comment.