Closed
Bug 1315422
Opened 8 years ago
Closed 8 years ago
Intermittent test_ssl_disabled_error_page.py TestSSLDisabledErrorPage.test_ssl_disabled_error_page | NoSuchElementException: Unable to locate element: title-text
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(Not tracked)
VERIFIED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: bulk-close-intermittents, intermittent-failure)
Comment 1•8 years ago
|
||
Lines of code we execute here:
> self.assertRaises(MarionetteException, self.marionette.navigate, self.url)
>
> # Wait for the DOM to receive events
> time.sleep(1)
>
> # Verify "Secure Connection Failed" error page title
> title = self.marionette.find_element(By.CLASS_NAME, 'title-text')
Maybe the DOM was not ready yet, or navigate failed and returned too early.
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•