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 68c1ae0 commit 326703dCopy full SHA for 326703d
openwisp_controller/config/tests/test_selenium.py
@@ -426,8 +426,7 @@ def test_relevant_templates_duplicates(self):
426
self.login(username="limited_user", password="testpass123")
427
# Navigate using Selenium
428
self.open(
429
- reverse(f"admin:{self.config_app_label}_device_change", args=[device.id])
430
- + "#config-group"
+ reverse(f"admin:config_device_change", args=[device.id]) + "#config-group"
431
)
432
self.hide_loading_overlay()
433
with self.subTest(
0 commit comments