Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 2c846fb

Browse files
committed
Switch tests to chromedriver by default
1 parent 07a9564 commit 2c846fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckeditor_demo/demo_application/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
CHROMIUM = 'chromium'
1515
FIREFOX = 'firefox'
16-
SELENIUM_BROWSER = FIREFOX
16+
SELENIUM_BROWSER = CHROMIUM
1717

1818

1919
class TestAdminPanelWidget(StaticLiveServerTestCase):

0 commit comments

Comments
 (0)