We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c6157 commit a3981b0Copy full SHA for a3981b0
tests/test_browser.py
@@ -14,7 +14,7 @@
14
JUPYTER_TOKEN = getenv("JUPYTER_TOKEN", "secret")
15
16
17
-def compare_screenshot(test_image, threshold=1):
+def compare_screenshot(test_image, threshold=2):
18
# Compare images by calculating the mean absolute difference
19
# Images must be the same size
20
# threshold: Average difference per pixel, this depends on the image type
0 commit comments