Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Dec 23, 2024
1 parent 317a6a5 commit 88fab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 88fab03

Please sign in to comment.