Skip to content

factor out unique_level_name method #1050

factor out unique_level_name method

factor out unique_level_name method #1050

Triggered via push January 22, 2025 20:53
Status Failure
Total duration 19m 4s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 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]\nSelectOneQ2,sel...ien de fromages?,fromagey,Fromage,fr\nTextQ1,text,\"\",Your job?,Question Hint 2,Votre metier?,,,\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] +SelectOneQ2,select_one,yesno,Yea or nay?,"",,"",,"" 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?,"",,"",,""
Tests: spec/system/responses/location_picker_spec.rb#L25
response form location picker picking a location Failure/Error: click_link("Joe Batt's Arm", match: :first) Selenium::WebDriver::Error::UnexpectedAlertOpenError: unexpected alert open: {Alert text : Search Error} (Session info: chrome=131.0.6778.204) [Screenshot Image]: /home/runner/work/nemo/nemo/tmp/downloads/failures_r_spec_example_groups_response_form_location_picker_picking_a_location_907.png
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/