We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740994c commit ae3e067Copy full SHA for ae3e067
PuppeteerSharp.RendererTests/RendererTests.cs
@@ -51,7 +51,7 @@ public async Task ShouldConvertHtmlToPng(string testFileName)
51
52
await chromiumRenderer.ConvertHtmlToPng(sourceHtmlFilePath, actualFilePath);
53
54
- DocumentAsserter.AssertImageIsEqual(actualFilePath, expectReferenceFilePath, 50);
+ DocumentAsserter.AssertImageIsEqual(actualFilePath, expectReferenceFilePath, 3100);
55
}
56
57
[Fact]
0 commit comments