Closed
Description
Initially reported by @jongund through an email thread and further supported by the latest set of dependabot updates, all the regression tests are failing with a similar error for each test, when ran with Node 18 in the GitHub Actions:
not ok 1 - accordion_accordion › before hook
---
name: AssertionError
message: Rejected promise returned by test
values:
'Rejected promise returned by test. Reason:': |-
Error {
message: 'Timed out while waiting for WebDriver server',
}
at: 'Timeout.poll [as _onTimeout] (test/util/start-geckodriver.js:34:16)'
...
The error message is Timed out while waiting for WebDriver server
.