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 b9f6f1b commit 4c9e834Copy full SHA for 4c9e834
openwisp_controller/config/tests/test_selenium.py
@@ -446,6 +446,11 @@ def test_relevant_templates_duplicates(self):
446
+ "#config-group"
447
)
448
self.hide_loading_overlay()
449
+ with self.subTest(
450
+ "Regression precondition: empty Config inline is not rendered"
451
+ ):
452
+ self.assertFalse(self.web_driver.find_elements(By.ID, "config-empty"))
453
+
454
with self.subTest("All shared templates should be visible"):
455
self._verify_templates_visibility(visible=[template1, template2])
456
0 commit comments