Skip to content

Commit

Permalink
fix(3042): Stage functional test regex (#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyi committed May 2, 2024
1 parent d46fbd9 commit a20a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Given(
);

Then(
/^the "(?:stage@(simple_fail|incomplete_fail|simple_success))" stageBuild status is "(SUCCESS|FAILURE)"$/,
/^the "(?:stage@([\w-]+))" stageBuild status is "(SUCCESS|FAILURE)"$/,
{ timeout: TIMEOUT },
async function step(stage, stageBuildStatus) {
const config = {
Expand Down

0 comments on commit a20a5fb

Please sign in to comment.