Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Dec 19, 2024
1 parent ef780ae commit 07193b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@ public async Task Scenario7()

// Locate the 'Next' page button using the pagination structure
var nextPageButton = Page.GetWerkinstructiesSection().Locator("[rel='next']").First;
await Step("And is on the last page with 10 articles displayed");
var werkinstructies = Page.GetWerkinstructiesSection().GetByRole(AriaRole.Article);

await Step("And is on the last page of articles");

// keep clicking on the next page button until it's disabled
while (!await IsDisabledPage(nextPageButton))
Expand Down

0 comments on commit 07193b2

Please sign in to comment.