Skip to content

Commit

Permalink
Fix feature specs for canned responses with the new decision sti
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni authored and hellcp-work committed Apr 19, 2024
1 parent 8313b75 commit acf0ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/spec/features/webui/canned_responses_spec.rb
Expand Up @@ -58,7 +58,7 @@
visit canned_responses_path
fill_in(name: 'canned_response[title]', with: 'wow')
fill_in(name: 'canned_response[content]', with: 'a decision-related canned response')
find(:id, 'canned_response_decision_kind').select('favored')
find(:id, 'canned_response_decision_kind').select('Favored')
click_button('Create')
find('.accordion-button').click
end
Expand Down

0 comments on commit acf0ba8

Please sign in to comment.