diff --git a/pages/crash_report_page.py b/pages/crash_report_page.py index 58d152b..5b490ef 100644 --- a/pages/crash_report_page.py +++ b/pages/crash_report_page.py @@ -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)