Bug 1357372 Restrict safebrowsing tests from reaching support.mozilla.org draft
authorRaajit Raj <raajit.raj@gmail.com>
Thu, 11 May 2017 20:47:31 +0530
changeset 576290 03636348fa7c4cf30d0019b60790bf95e32826d9
parent 576271 5be4bbd84f812f59a33c708c4251ca62a2a82329
child 628152 e57bb30254cedb30e7e07a4eb5022ef8ae0f0268
push id58313
push userbmo:raajit.raj@gmail.com
push dateThu, 11 May 2017 15:18:25 +0000
bugs1357372
milestone55.0a1
Bug 1357372 Restrict safebrowsing tests from reaching support.mozilla.org MozReview-Commit-ID: 5fjPWWteNjN
testing/firefox-ui/tests/functional/security/test_safe_browsing_warning_pages.py
--- a/testing/firefox-ui/tests/functional/security/test_safe_browsing_warning_pages.py
+++ b/testing/firefox-ui/tests/functional/security/test_safe_browsing_warning_pages.py
@@ -19,17 +19,17 @@ class TestSafeBrowsingWarningPages(Puppe
             'https://www.itisatrap.org/firefox/unwanted.html',
             # Phishing URL
             'https://www.itisatrap.org/firefox/its-a-trap.html',
             # Malware URL
             'https://www.itisatrap.org/firefox/its-an-attack.html'
         ]
 
         self.marionette.set_pref('app.support.baseURL',
-                                 self.marionette.absolute_url("support.html?topic="))
+                                self.marionette.absolute_url("support.html?topic="))
         self.marionette.set_pref('browser.safebrowsing.phishing.enabled', True)
         self.marionette.set_pref('browser.safebrowsing.malware.enabled', True)
 
         # Give the browser a little time, because SafeBrowsing.jsm takes a
         # while between start up and adding the example urls to the db.
         # hg.mozilla.org/mozilla-central/file/46aebcd9481e/browser/base/content/browser.js#l1194
         time.sleep(3)