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

Commit

Permalink
This fixes aprox 35 fails in amo.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinT committed Jan 9, 2013
1 parent 4050b54 commit 664b587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/desktop/base.py
Expand Up @@ -159,7 +159,7 @@ class HeaderRegion(Page):
_logout_locator = (By.CSS_SELECTOR, "li.nomenu.logout > a")

_site_navigation_menus_locator = (By.CSS_SELECTOR, "#site-nav > ul > li")
_site_navigation_min_number_menus = 5
_site_navigation_min_number_menus = 4

def site_navigation_menu(self, value):
#used to access one specific menu
Expand Down

0 comments on commit 664b587

Please sign in to comment.