Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Mar 3, 2024
1 parent b395186 commit e78905a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/funq/tests/test_screenshoter.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def test_take_screenshots():

ctx.take_screenshot(funq, "thisisit")

assert_equals(list(map(os.path.basename, funq.screens)), ["0.png", "1.png"])
assert_equals(list(map(os.path.basename, funq.screens)),
["0.png", "1.png"])
content = open(os.path.join(ctx.working_folder, 'images.txt')).read()
assert_true("0.png: hello" in content)
assert_true("1.png: thisisit" in content)

0 comments on commit e78905a

Please sign in to comment.