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 #12 from bitgeeky/FixUserTask
Browse files Browse the repository at this point in the history
Bug 1034516 - [testing] Fix failing tests in test_user_tasks module
  • Loading branch information
bobsilverberg committed Jul 7, 2014
2 parents 488447e + 9aa1593 commit 67a32a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tasks/available_tasks.py
Expand Up @@ -27,7 +27,7 @@ def available_tasks(self):
for web_element in self.selenium.find_elements(*self._available_tasks_list_locator)]

class Task(PageRegion):
_name_locator = (By.CSS_SELECTOR, '.task-name > a')
_name_locator = (By.CSS_SELECTOR, 'a.task-name ')

@property
def name(self):
Expand Down

0 comments on commit 67a32a0

Please sign in to comment.