Skip to content

Commit

Permalink
[2] Fix test asserting page headline
Browse files Browse the repository at this point in the history
  • Loading branch information
bengro committed Apr 1, 2016
1 parent 7bcdca9 commit ffb7d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_home_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_home_page_accessible(selenium):
WebDriverWait(selenium, 5).until(expected_conditions.title_is(
'Flash - Flask Dashboard'
))
assert selenium.find_element(By.CLASS_NAME, 'headline').text == 'Project Gnome'
assert selenium.find_element(By.CLASS_NAME, 'headline').text == 'PROJECT GNOME'


@pytest.mark.usefixtures('live_server')
Expand Down

0 comments on commit ffb7d89

Please sign in to comment.