Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 29, 2022
1 parent 93f7a59 commit c47e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gocept/selenium/tests/test_wd_selenese.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def test_successful_comparison_chrome(self):
def test_successful_comparison_edge(self):
self.selenium.open('screenshot.html')
self.selenium.assertScreenshot(
'screenshot-edge', 'css=#block-1', threshold=10)
'screenshot-edge', 'css=#block-1', threshold=14)

def test_raises_exception_if_image_sizes_differ(self):
self.selenium.open('screenshot.html')
Expand Down

0 comments on commit c47e263

Please sign in to comment.