You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selenium tests contain JS errors due to failed websocket connection.
We need to switch from django's StaticLiveServerTestCase to ChannelsLiveServerTestCase.
I also recommend making the base selenium class in openwisp-utils automatically inherit ChannelsLiveServerTestCase and enforce this across OpenWISP.
We also have to figure out:
How to automatically assign the debugging port (it seems ChannelsLiveServerTestCase doesn't define the port during class initialization)
Selenium tests contain JS errors due to failed websocket connection.
We need to switch from django's
StaticLiveServerTestCase
toChannelsLiveServerTestCase
.I also recommend making the base selenium class in openwisp-utils automatically inherit
ChannelsLiveServerTestCase
and enforce this across OpenWISP.We also have to figure out:
The text was updated successfully, but these errors were encountered: