diff --git a/biscuit/core/tests/browser/test_selenium.py b/biscuit/core/tests/browser/test_selenium.py index 1a665ae3f3e95e4af5913643b02fb2d9823d5b30..59aa020cc39fe9076c1b824b879f4d395c21b429 100644 --- a/biscuit/core/tests/browser/test_selenium.py +++ b/biscuit/core/tests/browser/test_selenium.py @@ -14,4 +14,5 @@ def chrome_options(chrome_options): def test_index(selenium): selenium.get('http://app:8000/') + assert 'BiscuIT' in selenium.title selenium.save_screenshot('screenshots/index.png')