Skip to content

Commit

Permalink
[#2473] experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Nov 7, 2024
1 parent 2634f3f commit 5a12f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/open_inwoner/accounts/tests/test_action_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a12f64

Please sign in to comment.