diff --git a/pages/teams.py b/pages/teams.py index 40390eb..9fb3e1f 100644 --- a/pages/teams.py +++ b/pages/teams.py @@ -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 diff --git a/tests/test_teams.py b/tests/test_teams.py index 6a3a2ca..9f15a72 100644 --- a/tests/test_teams.py +++ b/tests/test_teams.py @@ -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']