diff --git a/tests/test_browser.py b/tests/test_browser.py index 65dd2956..9d702067 100644 --- a/tests/test_browser.py +++ b/tests/test_browser.py @@ -14,7 +14,7 @@ JUPYTER_TOKEN = getenv("JUPYTER_TOKEN", "secret") -def compare_screenshot(test_image, threshold=1): +def compare_screenshot(test_image, threshold=2): # Compare images by calculating the mean absolute difference # Images must be the same size # threshold: Average difference per pixel, this depends on the image type