Skip to content

Commit

Permalink
adjust the prompt to expect the test to be successful (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
crabest authored Jan 1, 2025
1 parent c148467 commit 11840ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shortest/src/core/runner/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class TestRunner {
}`,
),
]
: []),
: ["\nExpect:", `1. "${test.name}" expected to be successful`]),

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

0 comments on commit 11840ef

Please sign in to comment.