Skip to content

remove nonexistent ref to fix rubocop? #817

remove nonexistent ref to fix rubocop?

remove nonexistent ref to fix rubocop? #817

Triggered via push November 2, 2023 17:03
Status Failure
Total duration 24m 53s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
Tests: spec/features/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: headless chrome=118.0.5993.117)
Tests: spec/searchers/responses_searcher_spec.rb#L201
ResponsesSearcher question qualifier should handle translations Failure/Error: expect(searcher(%({#{codes[2]}}:chat))).to have_filter_data( qings: [{id: form.c[2].id, option_node_id: node3.id, option_node_value: "chat"}] ) expected [[{:id=>"dcdb2cc4-fa35-4095-a94d-513a50599880", :option_node_id=>nil, :option_node_value=>"chat"}], ""] to have filter data {:advanced_text=>"", :qings=>[{:id=>"dcdb2cc4-fa35-4095-a94d-513a50599880", :option_node_id=>"0dae6718-2763-44b6-8cca-c6a75f88b8fd", :option_node_value=>"chat"}]} Diff: @@ -1,3 +1,5 @@ -:advanced_text => "", -:qings => [{:id=>"dcdb2cc4-fa35-4095-a94d-513a50599880", :option_node_id=>"0dae6718-2763-44b6-8cca-c6a75f88b8fd", :option_node_value=>"chat"}], +[[{:id=>"dcdb2cc4-fa35-4095-a94d-513a50599880", + :option_node_id=>nil, + :option_node_value=>"chat"}], + ""]
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: 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/