wip #909
Annotations
10 errors and 13 warnings
Tests:
spec/features/locale_change_spec.rb#L13
locale change should work
Failure/Error:
get_translation_hash(field).each do |_locale, t|
return t if t.present?
end
ActionView::Template::Error:
undefined method `each' for nil:NilClass
get_translation_hash(field).each do |_locale, t|
^^^^^
|
Tests:
spec/features/responses/enketo_spec.rb#L147
enketo form rendering and submission internationalization renders in french
Failure/Error:
define_method(field.to_s) do |locale = nil, **kwargs|
fallbacks = kwargs.fetch(:fallbacks, true)
get_translation(field, locale, fallbacks: fallbacks)
end
ActionView::Template::Error:
wrong number of arguments (given 2, expected 0..1)
|
Tests:
spec/features/responses/enketo_spec.rb#L188
enketo form rendering and submission warnings when edited previously with enketo shows alert in nemo
Failure/Error:
define_method(field.to_s) do |locale = nil, **kwargs|
fallbacks = kwargs.fetch(:fallbacks, true)
get_translation(field, locale, fallbacks: fallbacks)
end
ActionView::Template::Error:
wrong number of arguments (given 2, expected 0..1)
|
Tests:
spec/features/responses/enketo_spec.rb#L176
enketo form rendering and submission warnings when edited previously with nemo shows alert in enketo
Failure/Error:
define_method(field.to_s) do |locale = nil, **kwargs|
fallbacks = kwargs.fetch(:fallbacks, true)
get_translation(field, locale, fallbacks: fallbacks)
end
ActionView::Template::Error:
wrong number of arguments (given 2, expected 0..1)
|
Tests:
spec/features/responses/enketo_spec.rb#L164
enketo form rendering and submission warnings when submitted by enketo shows alert in nemo
Failure/Error:
define_method(field.to_s) do |locale = nil, **kwargs|
fallbacks = kwargs.fetch(:fallbacks, true)
get_translation(field, locale, fallbacks: fallbacks)
end
ActionView::Template::Error:
wrong number of arguments (given 2, expected 0..1)
|
Tests:
spec/features/responses/enketo_spec.rb#L53
enketo form rendering and submission happy path submits new response
Failure/Error:
define_method(field.to_s) do |locale = nil, **kwargs|
fallbacks = kwargs.fetch(:fallbacks, true)
get_translation(field, locale, fallbacks: fallbacks)
end
ActionView::Template::Error:
wrong number of arguments (given 2, expected 0..1)
|
Tests:
spec/features/responses/enketo_spec.rb#L41
enketo form rendering and submission happy path renders blank
Failure/Error:
define_method(field.to_s) do |locale = nil, **kwargs|
fallbacks = kwargs.fetch(:fallbacks, true)
get_translation(field, locale, fallbacks: fallbacks)
end
ActionView::Template::Error:
wrong number of arguments (given 2, expected 0..1)
|
Tests:
spec/features/responses/enketo_spec.rb#L65
enketo form rendering and submission happy path edits existing response
Failure/Error:
define_method(field.to_s) do |locale = nil, **kwargs|
fallbacks = kwargs.fetch(:fallbacks, true)
get_translation(field, locale, fallbacks: fallbacks)
end
ActionView::Template::Error:
wrong number of arguments (given 2, expected 0..1)
|
Tests:
spec/features/responses/enketo_spec.rb#L46
enketo form rendering and submission happy path shows existing response
Failure/Error:
define_method(field.to_s) do |locale = nil, **kwargs|
fallbacks = kwargs.fetch(:fallbacks, true)
get_translation(field, locale, fallbacks: fallbacks)
end
ActionView::Template::Error:
wrong number of arguments (given 2, expected 0..1)
|
Tests:
spec/features/responses/enketo_spec.rb#L118
enketo form rendering and submission skip logic works even when editing retroactively
Failure/Error:
define_method(field.to_s) do |locale = nil, **kwargs|
fallbacks = kwargs.fetch(:fallbacks, true)
get_translation(field, locale, fallbacks: fallbacks)
end
ActionView::Template::Error:
wrong number of arguments (given 2, expected 0..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/translatable_spec.rb#L24
Translatable basic assignment and reading
Skipped: Temporarily skipped with xdescribe
|
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/
|