930eeaf177
Update the API used to request a timestamp. The previous API we relied on for this test application, worldclockapi.com no longer serves times and simply 403s on all requests. This caused our test to timeout as the HTTP request did not handle a failure case. By moving to a new api, the HTTP request responds as expected and timeouts are corrected as there is not longer a pending microtask in the queue. PR Close #38629 |
||
---|---|---|
.. | ||
src | ||
test/e2e | ||
.bazelignore | ||
.bazelrc | ||
.bazelversion | ||
BUILD.bazel | ||
WORKSPACE | ||
package.json | ||
protractor.conf.js | ||
yarn.lock |