Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinICATT committed Oct 15, 2024
1 parent 29b0904 commit ab452ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public async Task Als_ik_een_oud_bericht_update_komt_deze_bovenaan()

// Go to the page and retrieve the order of articles
await Page.GotoAsync("/");
await Page.WaitForTimeoutAsync(5000);
await Page.WaitForSelectorAsync("article");
var allArticles = NieuwsSection.GetByRole(AriaRole.Article);

// Dictionary to hold article positions
Expand Down

0 comments on commit ab452ca

Please sign in to comment.