Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #52 from retornam/2d629228844c6e51ee0d38b6e23d777c…
Browse files Browse the repository at this point in the history
…0064c437

Updating a locator
  • Loading branch information
m8ttyB committed May 23, 2012
2 parents d8fe43e + 2d62922 commit a697c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/desktop/partners.py
Expand Up @@ -19,7 +19,7 @@ def go_to_page(self):
_marketplace_billboard = (By.CSS_SELECTOR, '.billboard.menu-bar > ul > li:nth-of-type(2) > a')
_submit_apps_button = (By.CSS_SELECTOR, '.billboard.menu-bar > ul > li:nth-of-type(3) > a')
_mdn_apps_link = (By.CSS_SELECTOR, '#mdn-link > a')
_opening_soon_image = (By.CSS_SELECTOR, '#soon')
_opening_soon_image = (By.CSS_SELECTOR, '#sign')
_test_apps_image = (By.CSS_SELECTOR, '#test')
_build_fanbase_image = (By.CSS_SELECTOR, '#build')
_target_consumers_image = (By.CSS_SELECTOR, '#target')
Expand Down

0 comments on commit a697c9a

Please sign in to comment.