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