Bump webpack-dev-middleware from 5.3.3 to 5.3.4 #906
Annotations
7 errors and 13 warnings
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=122.0.6261.128)
|
Tests:
spec/features/responses/enketo_spec.rb#L65
enketo form rendering and submission happy path edits existing response
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=122.0.6261.128)
|
Tests:
spec/models/setting_spec.rb#L131
Setting.build_default with mission copies settings from admin mode setting
Failure/Error:
Setting.root.update!(
default_outgoing_sms_adapter: "FrontlineCloud",
frontlinecloud_api_key: "ab123456",
incoming_sms_numbers_str: "+1234567890",
preferred_locales_str: "en,fr",
theme: "elmo",
timezone: "Saskatchewan",
twilio_account_sid: "cd123456",
twilio_auth_token: "ef123456",
twilio_phone_number: "+2345678900"
FrozenError:
can't modify frozen attributes
|
Tests:
spec/models/setting_spec.rb#L64
Setting.for_mission cache without cache enabled queries DB each time
Failure/Error: expect { 3.times { Setting.for_mission(nil) } }.to make_database_queries(count: 3)
expected 3 queries, but 0 were made
|
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..f99337546c759d07c browser=:"chrome-headless-shell">
page.driver.browser.execute_cdp(
^^^^^^^^^^^^
Did you mean? execute_script
|
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=122.0.6261.128)
|
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/
|