We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc7816 commit 1814ed0Copy full SHA for 1814ed0
tests/sample_project/tests/selenium_mixin.py
@@ -10,6 +10,9 @@ class SeleniumMixin:
10
"""
11
Mixin to provide a headless Chromium browser for
12
end-to-end tests to test ChannelsLiveServerTestCase.
13
+
14
+ Adapted from OpenWISP's SeleniumTestMixin in openwisp_utils.
15
+ https://github.com/openwisp/openwisp-utils/blob/master/openwisp_utils/tests/selenium.py
16
17
18
admin_username = "admin"
0 commit comments