Bump nokogiri from 1.16.0 to 1.16.2 (#977) #873
Annotations
10 errors and 13 warnings
Tests:
spec/features/users/user_form_password_spec.rb#L75
user form password field as enumerator editing user in mission mode acting on self online mode sending password reset instructions via email should work
Failure/Error:
def password_reset_instructions(user, mission: nil)
@mission = mission
@reset_url = reset_url(user)
@site_name = site_name
mail(to: user.email, reply_to: coordinator_emails(mission),
subject: t("notifier.password_reset_instructions"))
end
ArgumentError:
wrong number of arguments (given 2, expected 1)
Shared Example Group: "editing in online and offline mode" called from ./spec/features/users/user_form_password_spec.rb:208
|
Tests:
spec/features/users/user_form_password_spec.rb#L138
user form password field as coordinator creating user online mode setting enumerator password via email should work
Failure/Error:
def password_reset_instructions(user, mission: nil)
@mission = mission
@reset_url = reset_url(user)
@site_name = site_name
mail(to: user.email, reply_to: coordinator_emails(mission),
subject: t("notifier.password_reset_instructions"))
end
ArgumentError:
wrong number of arguments (given 2, expected 1)
|
Tests:
spec/features/users/user_form_password_spec.rb#L75
user form password field as coordinator editing user in mission mode acting on enumerator online mode sending password reset instructions via email should work
Failure/Error:
def password_reset_instructions(user, mission: nil)
@mission = mission
@reset_url = reset_url(user)
@site_name = site_name
mail(to: user.email, reply_to: coordinator_emails(mission),
subject: t("notifier.password_reset_instructions"))
end
ArgumentError:
wrong number of arguments (given 2, expected 1)
Shared Example Group: "editing in online and offline mode" called from ./spec/features/users/user_form_password_spec.rb:195
|
Tests:
spec/mailers/broadcast_mailer_spec.rb#L8
BroadcastMailer
Failure/Error:
def broadcast(to:, subject:, body:, mission:)
@Body = body
@mission = mission
@site_name = site_name
# TODO: We should send a separate email to each recipient
# like we do with an SMS broadcast
mail(to: to, subject: "[#{site_name}] #{subject}")
end
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
|
Tests:
spec/features/users/user_import_spec.rb#L15
user import happy path
|
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=121.0.6167.139)
|
Tests:
spec/jobs/broadcast_operation_job_spec.rb#L17
BroadcastOperationJob#perform saves sent_at time
Failure/Error:
def broadcast(to:, subject:, body:, mission:)
@Body = body
@mission = mission
@site_name = site_name
# TODO: We should send a separate email to each recipient
# like we do with an SMS broadcast
mail(to: to, subject: "[#{site_name}] #{subject}")
end
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
|
Tests:
spec/jobs/broadcast_operation_job_spec.rb#L35
BroadcastOperationJob#perform when PartialError is raised saves job error report
Failure/Error:
def broadcast(to:, subject:, body:, mission:)
@Body = body
@mission = mission
@site_name = site_name
# TODO: We should send a separate email to each recipient
# like we do with an SMS broadcast
mail(to: to, subject: "[#{site_name}] #{subject}")
end
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
|
Tests:
spec/jobs/broadcast_operation_job_spec.rb#L30
BroadcastOperationJob#perform when PartialError is raised marks operation as completed
Failure/Error:
def broadcast(to:, subject:, body:, mission:)
@Body = body
@mission = mission
@site_name = site_name
# TODO: We should send a separate email to each recipient
# like we do with an SMS broadcast
mail(to: to, subject: "[#{site_name}] #{subject}")
end
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
|
Tests:
spec/jobs/broadcast_operation_job_spec.rb#L54
BroadcastOperationJob#perform when FatalError is raised saves job error report
Failure/Error:
def broadcast(to:, subject:, body:, mission:)
@Body = body
@mission = mission
@site_name = site_name
# TODO: We should send a separate email to each recipient
# like we do with an SMS broadcast
mail(to: to, subject: "[#{site_name}] #{subject}")
end
ArgumentError:
wrong number of arguments (given 1, expected 0; required keywords: to, subject, body, mission)
|
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/
|