Skip to content

Commit

Permalink
[tests] Added test for regression
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Dec 27, 2024
1 parent d0f0bb5 commit bcf4770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openwisp_notifications/tests/test_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcf4770

Please sign in to comment.