Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Dec 23, 2024
1 parent a16267f commit 171990a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ public async Task Scenario10()
await Page.GetSkillsFieldset().GetByRole(AriaRole.Checkbox, new() { Name = skill.Naam }).CheckAsync();

await Step("Then no articles are visible");
// wait until the spinner is gone
await Expect(Page.Locator(".spinner")).ToBeHiddenAsync();
var articles = Page.GetByRole(AriaRole.Article);
await Expect(articles).ToBeHiddenAsync();
}
Expand Down

0 comments on commit 171990a

Please sign in to comment.