From 5a12f640c894fa9e70c3314ee08343ca0af9bedc Mon Sep 17 00:00:00 2001 From: Jiro Ghianni Date: Thu, 11 Jul 2024 17:32:43 +0200 Subject: [PATCH] [#2473] experiment --- src/open_inwoner/accounts/tests/test_action_views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/open_inwoner/accounts/tests/test_action_views.py b/src/open_inwoner/accounts/tests/test_action_views.py index b32c258158..0976772360 100644 --- a/src/open_inwoner/accounts/tests/test_action_views.py +++ b/src/open_inwoner/accounts/tests/test_action_views.py @@ -361,6 +361,7 @@ def test_action_status(self, mock_solo): expect(dropdown_button).to_contain_text(open_label) # grab buttons + # remove role status_closed_button = dropdown_content.get_by_role("button", name=closed_label) status_approval_button = dropdown_content.get_by_role( "button", name=approval_label