Test change removed draft
authornagma <nagmakapoor@gmail.com>
Thu, 10 Mar 2016 17:00:39 -0500
changeset 340543 502458b94c2e3222d0f396e36790580d20eddf26
parent 339243 649a0050c7abf08337588252b8c19540ef708c61
child 340544 86c4362d57fbe5d08ff541c80588a48615396523
push id13005
push userbmo:nagmakapoor@gmail.com
push dateTue, 15 Mar 2016 16:48:45 +0000
milestone48.0a1
Test change removed MozReview-Commit-ID: 51fv2xXT3pU
testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_dv_certificate.py
--- a/testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_dv_certificate.py
+++ b/testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_dv_certificate.py
@@ -1,17 +1,15 @@
 # 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 Wait
-
 from firefox_puppeteer.testcases import FirefoxTestCase
 
-
 class TestDVCertificate(FirefoxTestCase):
 
     def setUp(self):
         FirefoxTestCase.setUp(self)
 
         self.locationbar = self.browser.navbar.locationbar
         self.identity_popup = self.browser.navbar.locationbar.identity_popup