diff --git a/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs b/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs index c7cababf..bae7cbe8 100644 --- a/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs +++ b/Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs @@ -284,7 +284,7 @@ public async Task Scenario10() await Step("When the user selects the skill from the filter options"); await Page.GetSkillsSummaryElement().ClickAsync(); - await Page.GetSkillsFieldset().GetByRole(AriaRole.Checkbox, new() { Name = skill1.Naam }).CheckAsync(); + await Page.GetSkillsFieldset().GetByRole(AriaRole.Checkbox, new() { Name = skill.Naam }).CheckAsync(); await Step("Then no articles are visible"); var articles = Page.GetByRole(AriaRole.Article);