Skip to content

Commit

Permalink
test: remove stray Console.WriteLine
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Dec 9, 2023
1 parent 0ebacd6 commit fe7542a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Playwright.Tests/PageSetInputFilesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,6 @@ public async Task ShouldPreserveLastModifiedTimestamp()

// On Linux browser sometimes reduces the timestamp by 1ms: 1696272058110.0715 -> 1696272058109 or even
// rounds it to seconds in WebKit: 1696272058110 -> 1696272058000.
Console.WriteLine(timestamps[0]);
Console.WriteLine(expectedTimestamps[0]);
for (var i = 0; i < timestamps.Length; i++)
Assert.LessOrEqual(Math.Abs(timestamps[i] - expectedTimestamps[i]), 1000);
}
Expand Down

0 comments on commit fe7542a

Please sign in to comment.