Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Update locators after bug 804684. Fixes issue #314
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed May 1, 2015
1 parent a450ad7 commit 5e9f6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/crash_report_page.py
Expand Up @@ -33,7 +33,7 @@ class Report(CrashStatsBasePage):

_product_locator = (By.CSS_SELECTOR, 'td:nth-of-type(3)')
_version_locator = (By.CSS_SELECTOR, 'td:nth-of-type(4)')
_report_date_link_locator = (By.CSS_SELECTOR, '#reportsList .report-date_processed > a')
_report_date_link_locator = (By.CSS_SELECTOR, '#reports-list .report-date_processed > a')

def __init__(self, testsetup, element):
CrashStatsBasePage.__init__(self, testsetup)
Expand Down

0 comments on commit 5e9f6d0

Please sign in to comment.