Skip to content

Commit

Permalink
test: want before making screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Feb 19, 2024
1 parent 354dc33 commit fa332e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/jupyter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ def click_handler(*event):
button.click()
button = page_session.locator("button >> text=Clicked")
button.wait_for()
page_session.wait_for_timeout(500) # let animations play out
assert_solara_snapshot(button.screenshot())

0 comments on commit fa332e4

Please sign in to comment.