author | JMortelliti <jacob.harrowmortelliti@maine.edu> |
Thu, 19 May 2016 21:08:44 -0400 | |
changeset 298505 | 847f3b9f3a36145fba2b2cbe5c1b0d4e866a6506 |
parent 298504 | 0f74961b048ebdcccd92c8a89239a5bba422dc77 |
child 298506 | acd9850f1f21dd14be319c45fcdcffbffcf09fa8 |
push id | 77201 |
push user | hskupin@mozilla.com |
push date | Mon, 23 May 2016 15:34:03 +0000 |
treeherder | mozilla-inbound@847f3b9f3a36 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | whimboo |
bugs | 1273843 |
milestone | 49.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/firefox-ui/tests/functional/private_browsing/test_about_private_browsing.py | file | annotate | diff | comparison | revisions |
--- a/testing/firefox-ui/tests/functional/private_browsing/test_about_private_browsing.py +++ b/testing/firefox-ui/tests/functional/private_browsing/test_about_private_browsing.py @@ -1,14 +1,13 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. from marionette_driver import By, Wait -from marionette.marionette_test import skip_if_e10s from firefox_ui_harness.testcases import FirefoxTestCase from firefox_puppeteer.ui.browser.window import BrowserWindow class TestAboutPrivateBrowsing(FirefoxTestCase): @@ -16,17 +15,16 @@ class TestAboutPrivateBrowsing(FirefoxTe FirefoxTestCase.setUp(self) # Use a fake local support URL support_url = 'about:blank?' self.prefs.set_pref('app.support.baseURL', support_url) self.pb_url = support_url + 'private-browsing' - @skip_if_e10s def testCheckAboutPrivateBrowsing(self): self.assertFalse(self.browser.is_private) with self.marionette.using_context('content'): self.marionette.navigate('about:privatebrowsing') status_node = self.marionette.find_element(By.CSS_SELECTOR, 'p.showNormal') self.assertEqual(status_node.text,