Skip to content

Commit a5d890f

Browse files
committed
Allow homepage override in Firefox profile test
1 parent d9ff819 commit a5d890f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/firefox/ff_profile_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def setup_method(self, method):
4343

4444
def test_that_we_can_accept_a_profile(self):
4545
profile1 = webdriver.FirefoxProfile()
46+
profile1.set_preference("browser.startup.homepage_override.mstone", "")
4647
profile1.set_preference("startup.homepage_welcome_url",
4748
self.webserver.where_is('simpleTest.html'))
4849
profile1.update_preferences()

0 commit comments

Comments
 (0)