Skip to content

XLS export: remove duplicate settings header row #1059

XLS export: remove duplicate settings header row

XLS export: remove duplicate settings header row #1059

Triggered via push January 24, 2025 19:47
Status Failure
Total duration 17m 49s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 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
Process completed with exit code 1.
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests: app/javascript/components/Filters/model.js#L133
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/