Skip to content

Commit 1814ed0

Browse files
committed
Add attribution to OpenWISP for SeleniumMixin
1 parent 5dc7816 commit 1814ed0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/sample_project/tests/selenium_mixin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ class SeleniumMixin:
1010
"""
1111
Mixin to provide a headless Chromium browser for
1212
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
1316
"""
1417

1518
admin_username = "admin"

0 commit comments

Comments
 (0)