diff --git a/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs b/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs index be80179d..48e881bd 100644 --- a/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs +++ b/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs @@ -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))