Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paullocknimble committed Jun 10, 2024
1 parent 3b0a427 commit eb47705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public async Task Should_redirect_to_record_decision()
{
await OpenAndConfirmPathAsync($"/task-list/{_project.Id}/record-a-decision");

await NavigateAsync("Record a decision", 1);
await NavigateAsync("Record a decision", 0);

Document.Url.Should().Contain($"/task-list/{_project.Id}/decision/record-decision");
}
Expand Down

0 comments on commit eb47705

Please sign in to comment.