Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Fix for TestHome.test_addons_author_link
Browse files Browse the repository at this point in the history
The test fails sporadically in Jenkins and it contains native events.
I updated the locator since I suspect that the fails are
caused by a hover issues.
  • Loading branch information
teodosia committed Oct 30, 2012
1 parent 89e0aa6 commit 7730e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/desktop/home.py
Expand Up @@ -38,7 +38,7 @@ class Home(Base):

_featured_extensions_title_locator = (By.CSS_SELECTOR, '#featured-extensions > h2')
_featured_extensions_see_all_locator = (By.CSS_SELECTOR, '#featured-extensions > h2 > a')
_featured_extensions_elements_locator = (By.CSS_SELECTOR, '#featured-extensions section:nth-child(1) > li')
_featured_extensions_elements_locator = (By.CSS_SELECTOR, '#featured-extensions section:nth-child(1) > li > div')

_extensions_menu_link = (By.CSS_SELECTOR, "#extensions > a")

Expand Down

0 comments on commit 7730e25

Please sign in to comment.