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 5f1c03b commit 952bd82Copy full SHA for 952bd82
tests/test_javascript.py
@@ -64,9 +64,6 @@ def get_web_driver_wait(self):
64
return WebDriverWait(self.selenium, timeout=10)
65
66
67
-@skipIf(webdriver is None, "selenium isn't installed")
68
-@skipUnless(
69
- 'DJANGO_SELENIUM_TESTS' in os.environ, "selenium tests not requested")
70
@override_settings(DEBUG=True, DEBUG_TOOLBAR_PANELS=PANELS_DEFAULTS + [
71
'debug_toolbar.panels.profiling.ProfilingPanel',
72
])
0 commit comments