Closed Bug 1220614 Opened 9 years ago Closed 9 years ago

Various security tests are failing with: "NoSuchElementException: Unable to locate element: getMeOutOfHereButton"

Categories

(Testing :: Firefox UI Tests, defect, P1)

44 Branch
defect

Tracking

(firefox44 fixed, firefox45 fixed)

RESOLVED FIXED
mozilla45
Tracking Status
firefox44 --- fixed
firefox45 --- fixed

People

(Reporter: whimboo, Assigned: whimboo)

References

Details

(Keywords: regression)

Attachments

(1 file)

52 bytes, text/x-github-pull-request
impossibus
: review+
Details | Review
Since the Nightly build of Firefox from Saturday various of our security tests are failing with the traceback below.

Affected tests:
* test_security_notification.py TestSecurityNotification.test_invalid_cert
* test_unknown_issuer.py TestUnknownIssuer.test_unknown_issuer
* test_untrusted_connection_error_page.py TestUntrustedConnectionErrorPage.test_untrusted_connection_error_page


Traceback (most recent call last):
File "/home/mozauto/jenkins/workspace/mozilla-central_functional/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 313, in run
testMethod()
File "/home/mozauto/jenkins/workspace/mozilla-central_functional/venv/lib/python2.7/site-packages/firefox_ui_tests/functional/security/test_security_notification.py", line 42, in test_invalid_cert
self.assertIsNotNone(self.marionette.find_element(By.ID, 'getMeOutOfHereButton'))
File "/home/mozauto/jenkins/workspace/mozilla-central_functional/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 1726, in find_element
return self._send_message("findElement", body, key="value")
File "/home/mozauto/jenkins/workspace/mozilla-central_functional/venv/local/lib/python2.7/site-packages/marionette_driver/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/home/mozauto/jenkins/workspace/mozilla-central_functional/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 713, in _send_message
    self._handle_error(err)
  File "/home/mozauto/jenkins/workspace/mozilla-central_functional/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 774, in _handle_error
    raise errors.lookup(error)(message, stacktrace=stacktrace)
NoSuchElementException: NoSuchElementException: Unable to locate element: getMeOutOfHereButton

Reason for that is that with bug 1207107 we got rid of this button. We should update those tests to the latest state.
Version: Firefox 45 → Firefox 44
Attached file Github PR
Attachment #8681920 - Flags: review?(mjzffr)
Merged PR to mozilla-central as:
https://github.com/mozilla/firefox-ui-tests/commit/8a28435487e2191f4b517464a8585677da994ac9

I also went ahead and cherry-picked it for mozilla-aurora due to the massive failures on that branch too:
https://github.com/mozilla/firefox-ui-tests/commit/9288ee5823142d69acb25d8091aac26529142e01
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 45
Product: Mozilla QA → Testing
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: