Closed gsidebo closed 6 years ago
Merging #67 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #67 +/- ##
=======================================
Coverage 90.01% 90.01%
=======================================
Files 15 15
Lines 561 561
Branches 34 34
=======================================
Hits 505 505
Misses 51 51
Partials 5 5
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f790cce...f2a141d. Read the comment docs.
What are the relevant tickets?
Closes #66
What's this PR do?
Instead of showing a semi-transparent overlay with an error message, unexpected HTTP request errors will show some text in the header (as our timeout messages already do)
How should this be manually tested?
To replicate an unexpected error, the first argument to any call to
makeAbortableRequest()
inrapid.js
can be changed tohttps://httpbin.org/status/500
. Try that for various requests and ensure that the general error message is shown at the top of the rapid response content block, and that timeouts still show correctly (https://httpbin.org/delay/10
works if you want to test timeouts)Screenshots (if appropriate)
Error on initial page load:
Error during any request for problem responses or problem status changes: