Skip to content

Commit

Permalink
Allow homepage override in Firefox profile test
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed May 18, 2016
1 parent d9ff819 commit a5d890f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/test/selenium/webdriver/firefox/ff_profile_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def setup_method(self, method):

def test_that_we_can_accept_a_profile(self):
profile1 = webdriver.FirefoxProfile()
profile1.set_preference("browser.startup.homepage_override.mstone", "")
profile1.set_preference("startup.homepage_welcome_url",
self.webserver.where_is('simpleTest.html'))
profile1.update_preferences()
Expand Down

0 comments on commit a5d890f

Please sign in to comment.