Switch from array to hash to fix increment #794
Annotations
6 errors and 12 warnings
Tests:
spec/features/responses/location_picker_spec.rb#L25
response form location picker picking a location
|
Tests:
spec/features/forms/form/printable_spec.rb#L37
forms print from form edit page behaves like shows tips and prints with shown flag set should not show tip
Failure/Error: expect(page).to have_css("#glb-load-ind")
expected to find visible css "#glb-load-ind" but there were no matches. Also found "", which matched the selector but not all filters.
Shared Example Group: "shows tips and prints" called from ./spec/features/forms/form/printable_spec.rb:62
|
Tests:
spec/features/forms/form/printable_spec.rb#L37
forms print from index behaves like shows tips and prints with shown flag set should not show tip
Failure/Error: expect(page).to have_css("#glb-load-ind")
expected to find visible css "#glb-load-ind" but there were no matches. Also found "", which matched the selector but not all filters.
Shared Example Group: "shows tips and prints" called from ./spec/features/forms/form/printable_spec.rb:52
|
Tests:
spec/features/forms/form/printable_spec.rb#L37
forms print from form show page behaves like shows tips and prints with shown flag set should not show tip
Failure/Error: expect(page).to have_css("#glb-load-ind")
expected to find visible css "#glb-load-ind" but there were no matches. Also found "", which matched the selector but not all filters.
Shared Example Group: "shows tips and prints" called from ./spec/features/forms/form/printable_spec.rb:57
|
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\nos56eb8680-8316-4015-8be5-fb0e5165375c,on4d...b0e5165375c,ond7438bd1-b205-4f9a-b7f7-600501bde584,Oak,Oak,onc459a1f1-7500-4559-99ec-27153d6bcb1e\n"
got: "list_name,name,label::English,parent_id\nos56eb8680-8316-4015-8be5-fb0e5165375c,on4d4a3755-e9c2-4f14...e5-fb0e5165375c,ond7438bd1-b205-4f9a-b7f7-600501bde584,Oak,onc459a1f1-7500-4559-99ec-27153d6bcb1e\n"
(compared using ==)
Diff:
@@ -1,8 +1,8 @@
-list_name,name,label::English,label::Français,parent_id
-os56eb8680-8316-4015-8be5-fb0e5165375c,on4d4a3755-e9c2-4f14-bb27-cfb607d62de6,Animal,Animale,
-os56eb8680-8316-4015-8be5-fb0e5165375c,onb762e03c-fba8-45de-b18e-bb0e74156aaa,Cat,Cat,on4d4a3755-e9c2-4f14-bb27-cfb607d62de6
-os56eb8680-8316-4015-8be5-fb0e5165375c,ond8b81625-81fb-46bf-af51-b5f2e5bab005,Dog,Dog,on4d4a3755-e9c2-4f14-bb27-cfb607d62de6
-os56eb8680-8316-4015-8be5-fb0e5165375c,onc459a1f1-7500-4559-99ec-27153d6bcb1e,Plant,Plante,
-os56eb8680-8316-4015-8be5-fb0e5165375c,on38459da5-f0b4-49e5-8120-de9e9048fa1e,Tulip,Tulip,onc459a1f1-7500-4559-99ec-27153d6bcb1e
-os56eb8680-8316-4015-8be5-fb0e5165375c,ond7438bd1-b205-4f9a-b7f7-600501bde584,Oak,Oak,onc459a1f1-7500-4559-99ec-27153d6bcb1e
+list_name,name,label::English,parent_id
+os56eb8680-8316-4015-8be5-fb0e5165375c,on4d4a3755-e9c2-4f14-bb27-cfb607d62de6,Animal,
+os56eb8680-8316-4015-8be5-fb0e5165375c,onb762e03c-fba8-45de-b18e-bb0e74156aaa,Cat,on4d4a3755-e9c2-4f14-bb27-cfb607d62de6
+os56eb8680-8316-4015-8be5-fb0e5165375c,ond8b81625-81fb-46bf-af51-b5f2e5bab005,Dog,on4d4a3755-e9c2-4f14-bb27-cfb607d62de6
+os56eb8680-8316-4015-8be5-fb0e5165375c,onc459a1f1-7500-4559-99ec-27153d6bcb1e,Plant,
+os56eb8680-8316-4015-8be5-fb0e5165375c,on38459da5-f0b4-49e5-8120-de9e9048fa1e,Tulip,onc459a1f1-7500-4559-99ec-27153d6bcb1e
+os56eb8680-8316-4015-8be5-fb0e5165375c,ond7438bd1-b205-4f9a-b7f7-600501bde584,Oak,onc459a1f1-7500-4559-99ec-27153d6bcb1e
|
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/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/
|