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 #62 from stephendonner/master
Browse files Browse the repository at this point in the history
Fixes static list of team names on new QMO push
  • Loading branch information
retornam committed Jul 16, 2013
2 parents 807fc03 + 5696ce7 commit e630320
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test_teams.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
from pages.teams import TeamsPage

TEAM_NAMES = [
u'Thunderbird',
u'Automation',
u'Desktop Firefox',
u'Browser Technologies',
u'Web QA']
u'Web QA',
u'Thunderbird',
u'Services QA'
u'Mobile QA']


class TestTeamsPage:
Expand Down

0 comments on commit e630320

Please sign in to comment.