Skip to content

Commit

Permalink
Merge pull request #241 from Cadasta/testing-comments
Browse files Browse the repository at this point in the history
remove reference to PhantomJS
  • Loading branch information
oliverroick authored Jun 16, 2016
2 parents cec217f + 75afcbf commit af3256c
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 af3256c

Please sign in to comment.