Remove click: djHideToolBarButton step and put it in load_website.

This commit is contained in:
Colm O'Connor 2016-02-15 22:46:07 +00:00
parent a5e127b9a1
commit 4490d08659
2 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,7 @@ class ExecutionEngine(hitchtest.ExecutionEngine):
def load_website(self):
"""Navigate to website in Firefox."""
self.driver.get(self.services['Django'].url())
self.click("djHideToolBarButton")
def fill_form(self, **kwargs):
"""Fill in a form with id=value."""

View File

@ -1,7 +1,6 @@
- name: Sign up and log in
scenario:
- Load website
- Click: djHideToolBarButton
- Click: sign-up-link
- Fill form:
id_username: testuser