Skip to content

Commit

Permalink
[#2473] experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Jul 11, 2024
1 parent b20e35c commit df0e373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion src/open_inwoner/js/components/siteimprove/tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const selectorMap = {
'Change',
'Save (Profiel bewerkt)',
],
'.form#profile-edit a.button': [
'.form#profile-edit a.utrecht-link-button': [
'click',
'Contactgegevens',
'Click',
Expand Down

0 comments on commit df0e373

Please sign in to comment.