Skip to content

Commit

Permalink
remove reference to PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Chapman authored and oliverroick committed Jun 16, 2016
1 parent cec217f commit 75afcbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions functional_tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ def setUpClass(cls):
super(FunctionalTest, cls).setUpClass()

# IMPORTANT: Make sure the window size is big enough to see
# everything (e.g. links in the nav bar). Otherwise tests
# will fail mysteriously because PhantomJS will clip the
# viewport.
# everything (e.g. links in the nav bar).
cls.browser = webdriver.Firefox()
cls.browser.set_window_size(1024, 768)

Expand Down

0 comments on commit 75afcbf

Please sign in to comment.