File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 441441 group_name_label : Current group
442442 placeholder : Select a group
443443 update :
444- success : " ' %{form_name}' has been moved to ' %{receiving_group_name}' "
444+ success : " ‘ %{form_name}’ has been moved to ‘ %{receiving_group_name}’ "
445445 group_members :
446446 create :
447447 success : " %{user_name} has been added to this group and we’ve sent them an email to let them know"
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def when_i_change_the_group
8181 end
8282
8383 def then_i_see_the_form_is_gone_from_my_group
84- expect ( page ) . to have_content ( "' #{ form . name } ' has been moved to ' #{ another_group . name } ' " )
84+ expect ( page ) . to have_content ( "‘ #{ form . name } ’ has been moved to ‘ #{ another_group . name } ’ " )
8585 expect ( page ) . to have_css ( "h1" , text : group . name )
8686 expect ( page ) . not_to have_css ( ".govuk-table" , text : form . name )
8787 end
You can’t perform that action at this time.
0 commit comments