Skip to content

Commit

Permalink
Improve test so it covers the scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
ikerreyes committed Feb 28, 2024
1 parent 7ff4b5e commit 1c44d39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/components/test_chip.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def test_chipgroup_category(category_chip_group_view):
assert category_chip_group_view.category_one.is_displayed
assert category_chip_group_view.category_one.label == "Category one"

chips = ["Chip one", "Chip two", "Chip three"]
assert category_chip_group_view.category_one.read() == chips

category_chip_group_view.category_one.close()
assert not category_chip_group_view.category_one.is_displayed

Expand Down

0 comments on commit 1c44d39

Please sign in to comment.