Skip to content

Commit

Permalink
[Issue #140] fixed issue having headless=False
Browse files Browse the repository at this point in the history
  • Loading branch information
scaphilo committed Jan 26, 2019
1 parent 054d482 commit 0b6c1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koalixcrm/crm/tests/test_create_quote.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CreateQuoteThroughUI(StaticLiveServerTestCase):
def setUpClass(cls):
super(CreateQuoteThroughUI, cls).setUpClass()
firefox_options = webdriver.firefox.options.Options()
firefox_options.set_headless(headless=False)
firefox_options.set_headless(headless=True)
cls.selenium = webdriver.Firefox(firefox_options=firefox_options)
cls.selenium.implicitly_wait(10)
cls.test_user = AdminUserFactory.create()
Expand Down

0 comments on commit 0b6c1c7

Please sign in to comment.