Skip to content

Commit

Permalink
Update test after adding warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fcooper8472 committed Jan 4, 2024
1 parent 7b9de95 commit ddac0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_landing_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def test_custom_css(app_test):

def test_landing_page(app_test):

# The head container should only contain a title
# The head container should contain a title and warning
cont_head = app_test.main[1]
assert len(cont_head) == 1
assert len(cont_head) == 2
assert cont_head.title[0].body == 'Explore the Distribution Zoo'

# The body container should contain three cols
Expand Down

0 comments on commit ddac0f1

Please sign in to comment.