Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinICATT committed Oct 16, 2024
1 parent 217179f commit cfe5ecb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Kiss.Bff.EndToEndTest/NieuwsEnWerkInstructies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ public async Task Als_ik_een_oud_bericht_update_komt_deze_bovenaan()
var orderOnPageAfterMessageUpdate = new Dictionary<string, int>();
for (var index = 0; index < await allArticles.CountAsync(); index++)
{

Console.WriteLine("loop2 " + index);
var element = allArticles.Nth(index);
var innerHtml = await element.InnerTextAsync();

Expand Down

0 comments on commit cfe5ecb

Please sign in to comment.