Skip to content

Commit

Permalink
add retries to retryChooseNextStep
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaHMCTS committed Feb 5, 2025
1 parent 7e32c41 commit 1caf4ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export default class CaseDetailsPage extends ExuiPage(BasePage) {
timeout: 15_000,
exact: true,
}),
`Starting event: ${ccdEvent.name}, trying again`,
`Starting event: ${ccdEvent.name} failed, trying again`,
{ retries: 3 },
);
}

Expand Down

0 comments on commit 1caf4ac

Please sign in to comment.