Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
robintw committed Sep 28, 2021
1 parent ec8b780 commit 99bd48f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/gui_tests/test_gui_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,4 +837,7 @@ def test_selecting_all_table_entries(pytestconfig, test_datastore):
)
names = set([entry.name for entry in entries])

# Hong Kong is last entry shown in preview table, so shouldn't be in the non-visible items list
assert "Hong Kong" not in names
# UK is further down the list, so should be in the list
assert "United Kingdom" in names

0 comments on commit 99bd48f

Please sign in to comment.