From c979c165f54a9f19b059873dbb4772ff65401061 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Fri, 27 Dec 2024 19:34:30 +0530 Subject: [PATCH] [tests] Added test for regression --- openwisp_notifications/tests/test_selenium.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openwisp_notifications/tests/test_selenium.py b/openwisp_notifications/tests/test_selenium.py index 9322286a..0c662270 100644 --- a/openwisp_notifications/tests/test_selenium.py +++ b/openwisp_notifications/tests/test_selenium.py @@ -145,6 +145,7 @@ def test_notification_preference_page(self): By.CSS_SELECTOR, 'input[id^="org-1-web-"]' ) for checkbox in web_checkboxes: + self.assertTrue(checkbox.is_displayed()) self.assertTrue(checkbox.is_selected()) # Check a single email checkbox