Skip to content

Commit

Permalink
tests: Fix screenshot suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Jun 12, 2024
1 parent a2fb5b6 commit 3a4a003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_screenshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_take_screenshot_with_suffix(browser_name, get_new_browser):
browser = get_new_browser(browser_name)
browser.visit(EXAMPLE_APP)

filename = browser.screenshot(suffix=".jpg")
filename = browser.screenshot(suffix=".png")
assert ".jpg" in filename[-4:]


Expand Down

0 comments on commit 3a4a003

Please sign in to comment.