Skip to content

Commit 592b3ed

Browse files
committed
[fix] Fixed tests
1 parent b9f6f1b commit 592b3ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openwisp_controller/config/tests/test_selenium.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@ def test_relevant_templates_duplicates(self):
446446
+ "#config-group"
447447
)
448448
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+
449452
with self.subTest("All shared templates should be visible"):
450453
self._verify_templates_visibility(visible=[template1, template2])
451454

0 commit comments

Comments
 (0)