Skip to content

Commit

Permalink
ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
bengro committed Apr 9, 2016
1 parent 4a3ac85 commit c94c927
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(
'Flask + Dashboard = Flash'
))
assert selenium.find_element(By.CLASS_NAME, 'flash-project-name').text.upper() == 'PROJECT GNOME'
assert selenium.find_element(By.CLASS_NAME, 'flash-project-name').text.upper() == 'GNOME'


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

0 comments on commit c94c927

Please sign in to comment.