Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnMarieW committed Oct 13, 2024
1 parent b59110a commit 82e62de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_popover.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def update_output(opened):
dash_duo.start_server(app)

# Wait for the app to load
dash_duo.wait_for_element("#popover")
dash_duo.wait_for_text_to_equal("#output", "False")

popover_btn = dash_duo.find_element("#btn")
popover_btn.click()
Expand Down

0 comments on commit 82e62de

Please sign in to comment.