Bump undici from 5.28.3 to 5.28.4 in /lib/enketo-transformer-service … #917
Annotations
8 errors and 13 warnings
Tests:
spec/features/responses/enketo_spec.rb#L65
enketo form rendering and submission happy path edits existing response
|
Tests:
spec/features/responses/enketo_spec.rb#L118
enketo form rendering and submission skip logic works even when editing retroactively
Failure/Error: expect(page).not_to have_css("#glb-load-ind")
Selenium::WebDriver::Error::UnexpectedAlertOpenError:
unexpected alert open: {Alert text : Error submitting form: 422 Unprocessable Entity}
(Session info: chrome-headless-shell=123.0.6312.122)
|
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=>"392e9f16-bea4-4657-84fc-7a8995a9dfce", :option_node_id=>nil, :option_node_value=>"chat"}], ""] to have filter data {:advanced_text=>"", :qings=>[{:id=>"392e9f16-bea4-4657-84fc-7a8995a9dfce", :option_node_id=>"e0945fbc-7591-4586-9d51-9b5b801605b6", :option_node_value=>"chat"}]}
Diff:
@@ -1,3 +1,5 @@
-:advanced_text => "",
-:qings => [{:id=>"392e9f16-bea4-4657-84fc-7a8995a9dfce", :option_node_id=>"e0945fbc-7591-4586-9d51-9b5b801605b6", :option_node_value=>"chat"}],
+[[{:id=>"392e9f16-bea4-4657-84fc-7a8995a9dfce",
+ :option_node_id=>nil,
+ :option_node_value=>"chat"}],
+ ""]
|
Tests:
spec/models/itemsets_form_attachment_spec.rb#L148
ODK::ItemsetsFormAttachment generate! for muliple languages should build file with translations where available and fallback to English where not
Failure/Error: expect(csv).to eq(prepare_itemset_expectation("multiple_languages.csv", form))
expected: "list_name,name,label::English,label::Français,parent_id\nos3559c20b-b880-4996-b7d2-9a87a1ff5488,one4...a87a1ff5488,on93bd0654-171e-4466-842c-a7b14ca73e21,Oak,Oak,on5177f9c4-7772-49c6-b0e2-a77dfb429b0e\n"
got: "list_name,name,label::English,parent_id\nos3559c20b-b880-4996-b7d2-9a87a1ff5488,one45bfb0b-a83f-4f76...d2-9a87a1ff5488,on93bd0654-171e-4466-842c-a7b14ca73e21,Oak,on5177f9c4-7772-49c6-b0e2-a77dfb429b0e\n"
(compared using ==)
Diff:
@@ -1,8 +1,8 @@
-list_name,name,label::English,label::Français,parent_id
-os3559c20b-b880-4996-b7d2-9a87a1ff5488,one45bfb0b-a83f-4f76-89d5-574fde00e3f3,Animal,Animale,
-os3559c20b-b880-4996-b7d2-9a87a1ff5488,on340afe17-7e04-4320-8d42-0c762c6b66e8,Cat,Cat,one45bfb0b-a83f-4f76-89d5-574fde00e3f3
-os3559c20b-b880-4996-b7d2-9a87a1ff5488,ond47fd46d-1594-4cf7-b460-35d09015d723,Dog,Dog,one45bfb0b-a83f-4f76-89d5-574fde00e3f3
-os3559c20b-b880-4996-b7d2-9a87a1ff5488,on5177f9c4-7772-49c6-b0e2-a77dfb429b0e,Plant,Plante,
-os3559c20b-b880-4996-b7d2-9a87a1ff5488,on9654ba03-7370-42a6-8fb9-c8b402d0c9ae,Tulip,Tulip,on5177f9c4-7772-49c6-b0e2-a77dfb429b0e
-os3559c20b-b880-4996-b7d2-9a87a1ff5488,on93bd0654-171e-4466-842c-a7b14ca73e21,Oak,Oak,on5177f9c4-7772-49c6-b0e2-a77dfb429b0e
+list_name,name,label::English,parent_id
+os3559c20b-b880-4996-b7d2-9a87a1ff5488,one45bfb0b-a83f-4f76-89d5-574fde00e3f3,Animal,
+os3559c20b-b880-4996-b7d2-9a87a1ff5488,on340afe17-7e04-4320-8d42-0c762c6b66e8,Cat,one45bfb0b-a83f-4f76-89d5-574fde00e3f3
+os3559c20b-b880-4996-b7d2-9a87a1ff5488,ond47fd46d-1594-4cf7-b460-35d09015d723,Dog,one45bfb0b-a83f-4f76-89d5-574fde00e3f3
+os3559c20b-b880-4996-b7d2-9a87a1ff5488,on5177f9c4-7772-49c6-b0e2-a77dfb429b0e,Plant,
+os3559c20b-b880-4996-b7d2-9a87a1ff5488,on9654ba03-7370-42a6-8fb9-c8b402d0c9ae,Tulip,on5177f9c4-7772-49c6-b0e2-a77dfb429b0e
+os3559c20b-b880-4996-b7d2-9a87a1ff5488,on93bd0654-171e-4466-842c-a7b14ca73e21,Oak,on5177f9c4-7772-49c6-b0e2-a77dfb429b0e
|
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: chrome-headless-shell=123.0.6312.122)
|
Tests:
spec/features/forms/form/form_status_and_version_spec.rb#L24
form status and version display and changes changing status and version via edit page
Failure/Error: expect(page).to have_field("override", text: "")
Selenium::WebDriver::Error::JavascriptError:
javascript error: {"status":32,"value":"Unable to locate an element with the xpath expression (.//*[self::input | self::textarea | self::select][not((((./@type = 'submit') or (./@type = 'image')) or (./@type = 'hidden')))][((((./@id = 'override') or (./@name = 'override')) or (./@Placeholder = 'override')) or (./@id = //label[contains(normalize-space(string(.)), 'override')]/@for))] | .//label[contains(normalize-space(string(.)), 'override')]//.//*[self::input | self::textarea | self::select][not((((./@type = 'submit') or (./@type = 'image')) or (./@type = 'hidden')))])[] because of the following error:\nSyntaxError: Failed to execute 'evaluate' on 'Document': The string '(.//*[self::input | self::textarea | self::select][not((((./@type = 'submit') or (./@type = 'image')) or (./@type = 'hidden')))][((((./@id = 'override') or (./@name = 'override')) or (./@Placeholder = 'override')) or (./@id = //label[contains(normalize-space(string(.)), 'override')]/@for))] | .//label[contains(normalize-space(string(.)), 'override')]//.//*[self::input | self::textarea | self::select][not((((./@type = 'submit') or (./@type = 'image')) or (./@type = 'hidden')))])[]' is not a valid XPath expression."}
(Session info: chrome-headless-shell=123.0.6312.122)
|
Tests:
spec/features/responses/odata_export_spec.rb#L17
responses odata export exporting odata
Failure/Error:
page.driver.browser.execute_cdp(
"Browser.grantPermissions",
origin: page.server_url, permissions: %w[clipboardReadWrite clipboardSanitizedWrite]
)
NoMethodError:
undefined method `execute_cdp' for #<Selenium::WebDriver::Chrome::Driver:0x..fa44da23a57f88fcc browser=:"chrome-headless-shell">
page.driver.browser.execute_cdp(
^^^^^^^^^^^^
Did you mean? execute_script
|
Tests
Process completed with exit code 1.
|
Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/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/
|