Bump actionmailer from 7.1.4 to 7.1.4.1 (#1019) #1007
Annotations
4 errors and 13 warnings
Tests:
spec/models/questions_export_spec.rb#L45
Questions::Export export with some translations and some not should be able to export
Failure/Error:
expect(csv).to eq(
"Code,QType,Option Set Name,Title[en],Hint[en],Title[fr],Hint[fr],Title[ht],Hint[ht]\n"\
"Cheese,integer,\"\",How many cheeses?,cheesey,Combien de fromages?,fromagey,Fromage,fr\n"\
"TextQ1,text,\"\",Your job?,Question Hint 2,Votre metier?,,,\n"\
"SelectOneQ2,select_one,yesno,Yea or nay?,\"\",,\"\",,\"\"\n"
)
expected: #<Encoding:UTF-8> "Code,QType,Option Set Name,Title[en],Hint[en],Title[fr],Hint[fr],Title[ht],Hint[ht]\nCheese,integer,... job?,Question Hint 2,Votre metier?,,,\nSelectOneQ2,select_one,yesno,Yea or nay?,\"\",,\"\",,\"\"\n"
got: #<Encoding:US-ASCII> "Code,QType,Option Set Name,Title[en],Hint[en],Title[fr],Hint[fr],Title[ht],Hint[ht]\nTextQ1,text,\"\..."\",,\"\"\nCheese,integer,\"\",How many cheeses?,cheesey,Combien de fromages?,fromagey,Fromage,fr\n"
(compared using ==)
Diff:
@@ -1,5 +1,5 @@
Code,QType,Option Set Name,Title[en],Hint[en],Title[fr],Hint[fr],Title[ht],Hint[ht]
-Cheese,integer,"",How many cheeses?,cheesey,Combien de fromages?,fromagey,Fromage,fr
TextQ1,text,"",Your job?,Question Hint 2,Votre metier?,,,
SelectOneQ2,select_one,yesno,Yea or nay?,"",,"",,""
+Cheese,integer,"",How many cheeses?,cheesey,Combien de fromages?,fromagey,Fromage,fr
|
Tests:
spec/system/forms/option_set/option_sets_spec.rb#L16
option set creating, showing, editing and exporting
Failure/Error: export = CSV.open("Foo.csv").read
Errno::ENOENT:
No such file or directory @ rb_sysopen - Foo.csv
[Screenshot Image]: /home/runner/work/nemo/nemo/tmp/capybara/failures_r_spec_example_groups_option_set_3_creating__showing__editing_and_exporting_488.png
|
Tests:
spec/system/responses/location_picker_spec.rb#L25
response form location picker picking a location
|
Tests
Process completed with exit code 1.
|
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests:
app/javascript/components/Filters/model.js#L133
Unexpected console statement
|
Tests:
app/javascript/components/conditions/ConditionSetFormField/ConditionFormField/component.js#L69
Unexpected console statement
|
Tests:
app/javascript/components/conditions/ConditionSetFormField/ConditionFormField/component.js#L112
Unexpected console statement
|
Tests:
app/javascript/components/conditions/ConditionSetFormField/ConditionFormField/model.js#L148
Unexpected console statement
|
Tests:
app/javascript/packs/enketo.js#L43
Unexpected console statement
|
Tests:
app/javascript/packs/enketo.js#L57
Unexpected alert
|
Tests:
app/javascript/packs/enketo.js#L80
Unexpected console statement
|
Tests:
app/javascript/packs/enketo.js#L91
Unexpected alert
|
Tests:
app/javascript/packs/enketo.js#L94
Unexpected console statement
|
Tests:
spec/models/broadcaster_spec.rb#L16
Sms::Broadcaster with adapter set in mission settings builds appropriate adapter and Sms::Broadcast instance
Skipped: Temporarily skipped with xit
|
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|