Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Dec 26, 2024
1 parent 2acbb80 commit 2423f64
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_infobox.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,8 @@ def test_in_app_guide():
assert in_app_guide.layout.display == "none"
guide_manager.active_guide = "general/basic"
assert in_app_guide.layout.display == "flex"
guide_manager.active_guide = "general/advanced"
assert in_app_guide.layout.display == "flex"
in_app_guide.guide_id = "general/advanced"
guide_manager.active_guide = "general/basic"
guide_manager.active_guide = "none"
assert in_app_guide.layout.display == "none"
guide_manager.active_guide = "general/advanced"
assert in_app_guide.layout.display == "flex"

guide_manager.active_guide = "general/basic"
in_app_guide = InAppGuide(identifier="guide-warning")
Expand Down

0 comments on commit 2423f64

Please sign in to comment.