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 07193b2 commit e0ee032
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public static async Task<IAsyncDisposable> CreateBerichten(this IPage page, IEnu
async ValueTask Dispose()
{
if (berichten.Count == 0) return;
await page.Context.Tracing.GroupEndAsync();
await page.Context.Tracing.GroupAsync("Cleanup");
foreach (var item in berichten)
{
Expand Down
2 changes: 0 additions & 2 deletions Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies/Scenarios.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ public async Task Scenario7()
await werkinstructies.First.WaitForAsync();
}

await Expect(Page.GetWerkinstructiesSection().GetByRole(AriaRole.Article)).ToHaveCountAsync(10);

await Step("When clicks on the \"Next\" button");

await Assert.ThrowsExceptionAsync<TimeoutException>(
Expand Down

0 comments on commit e0ee032

Please sign in to comment.