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 #87 from AndreiH/teams_reorg
Browse files Browse the repository at this point in the history
Reorganizations of the teams
  • Loading branch information
stephendonner committed Aug 22, 2014
2 parents d0a4db8 + ccc8ad4 commit ec6d291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/teams.py
Expand Up @@ -36,7 +36,7 @@ class TeamRegion(PageRegion):

_team_avatar_locator = (By.CSS_SELECTOR, '.attachment-team-icon-small')
_team_title_locator = (By.CSS_SELECTOR, '.entry-title > a')
_team_description_locator = (By.CSS_SELECTOR, '.team-info > p')
_team_description_locator = (By.CSS_SELECTOR, '#teams-list p')
_team_meta_block_locator = (By.CSS_SELECTOR, '.team-meta')

@property
Expand Down
4 changes: 1 addition & 3 deletions tests/test_teams.py
Expand Up @@ -10,11 +10,9 @@
from pages.teams import TeamsPage

TEAM_NAMES = [
u'Automation',
u'Desktop Firefox',
u'Web QA',
u'Thunderbird',
u'Services QA',
u'Cloud Services QA',
u'Mobile QA',
u'Firefox OS QA']

Expand Down

0 comments on commit ec6d291

Please sign in to comment.