Skip to content

Commit

Permalink
Add some more navbar expansions
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 19, 2015
1 parent 4dc1eb5 commit c894b29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weblate/trans/tests/test_selenium.py
Expand Up @@ -160,6 +160,7 @@ def test_login(self):
time.sleep(1)

# Load profile
self.expand_navbar()
self.click(
self.driver.find_element_by_id('profile-button')
)
Expand Down Expand Up @@ -237,6 +238,7 @@ def test_register(self, clear=False):
self.driver.get(url)

# Check we're logged in
self.expand_navbar()
self.assertTrue(
'Test Example' in
self.driver.find_element_by_id('profile-button').text
Expand Down

0 comments on commit c894b29

Please sign in to comment.