Merge pull request #961 from thecartercenter/add_form_rank_helpers #798
Annotations
3 errors and 12 warnings
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\nosea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on38...3cb3ed06701,on246aa6dc-051f-4e22-837e-33ef76122156,Oak,Oak,on497b731d-4fc1-4e9b-93a9-4f17728913ed\n"
got: "list_name,name,label::English,parent_id\nosea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on38c160bd-e948-4177...ad-a3cb3ed06701,on246aa6dc-051f-4e22-837e-33ef76122156,Oak,on497b731d-4fc1-4e9b-93a9-4f17728913ed\n"
(compared using ==)
Diff:
@@ -1,8 +1,8 @@
-list_name,name,label::English,label::Français,parent_id
-osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on38c160bd-e948-4177-84c1-e9d7b56938b2,Animal,Animale,
-osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,ona0b558bf-d0fe-4fff-848b-c018a520b3e0,Cat,Cat,on38c160bd-e948-4177-84c1-e9d7b56938b2
-osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on1bfa8f47-ecfa-4dad-ae9c-d0e5d7681f6d,Dog,Dog,on38c160bd-e948-4177-84c1-e9d7b56938b2
-osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on497b731d-4fc1-4e9b-93a9-4f17728913ed,Plant,Plante,
-osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on3818fd2f-e726-4b27-8062-d07a5008aa0d,Tulip,Tulip,on497b731d-4fc1-4e9b-93a9-4f17728913ed
-osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on246aa6dc-051f-4e22-837e-33ef76122156,Oak,Oak,on497b731d-4fc1-4e9b-93a9-4f17728913ed
+list_name,name,label::English,parent_id
+osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on38c160bd-e948-4177-84c1-e9d7b56938b2,Animal,
+osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,ona0b558bf-d0fe-4fff-848b-c018a520b3e0,Cat,on38c160bd-e948-4177-84c1-e9d7b56938b2
+osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on1bfa8f47-ecfa-4dad-ae9c-d0e5d7681f6d,Dog,on38c160bd-e948-4177-84c1-e9d7b56938b2
+osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on497b731d-4fc1-4e9b-93a9-4f17728913ed,Plant,
+osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on3818fd2f-e726-4b27-8062-d07a5008aa0d,Tulip,on497b731d-4fc1-4e9b-93a9-4f17728913ed
+osea5bb123-ed7c-48b8-96ad-a3cb3ed06701,on246aa6dc-051f-4e22-837e-33ef76122156,Oak,on497b731d-4fc1-4e9b-93a9-4f17728913ed
|
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.70)
|
|
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/
|
app/javascript/components/Filters/model.js#L133
Unexpected console statement
|
app/javascript/components/conditions/ConditionSetFormField/ConditionFormField/component.js#L69
Unexpected console statement
|
app/javascript/components/conditions/ConditionSetFormField/ConditionFormField/component.js#L112
Unexpected console statement
|
app/javascript/components/conditions/ConditionSetFormField/ConditionFormField/model.js#L148
Unexpected console statement
|
app/javascript/packs/enketo.js#L43
Unexpected console statement
|
app/javascript/packs/enketo.js#L57
Unexpected alert
|
app/javascript/packs/enketo.js#L80
Unexpected console statement
|
app/javascript/packs/enketo.js#L91
Unexpected alert
|
app/javascript/packs/enketo.js#L94
Unexpected console statement
|
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
|
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/
|
The logs for this run have expired and are no longer available.
Loading