puppeteer/test
Andrey Lushnikov 8df0b3ec3b
fix(network): allow fulfilling requests with status code 422 (#4566)
Migration onto fetch domain (2265974ce5)
changed the way we generate status texts: instead of relying on build-in
list of statuses, we tried to rely upon the [Chromium implementation](https://cs.chromium.org/chromium/src/net/http/http_status_code_list.h?sq=package:chromium&g=0).

Puppeteer's list is much more exhaustive - let's keep it.

Fix #4454
2019-06-10 17:39:58 -07:00
..
assets feat(chromium): roll Chromium to r665405 (#4516) 2019-06-04 11:03:15 -07:00
fixtures
golden-chromium
golden-firefox
accessibility.spec.js feat: root option in page.accessibility.snapshot() (#4318) 2019-05-09 23:39:42 -07:00
browser.spec.js fix(test): browser.disconnect should not be awaited (#4446) 2019-05-21 17:26:04 +03:00
browsercontext.spec.js fix(test): browser.disconnect should not be awaited (#4446) 2019-05-21 17:26:04 +03:00
CDPSession.spec.js
chromiumonly.spec.js
click.spec.js fix(firefox): fix missing awaits in mouse.click (#4561) 2019-06-10 16:53:38 -07:00
cookies.spec.js
coverage.spec.js
dialog.spec.js
diffstyle.css
elementhandle.spec.js
emulation.spec.js
evaluation.spec.js fix(eval): be able to throw protocol like errors (#4551) 2019-06-10 17:35:40 -07:00
fixtures.spec.js
frame.spec.js
golden-utils.js
headful.spec.js
ignorehttpserrors.spec.js
input.spec.js
jshandle.spec.js
keyboard.spec.js
launcher.spec.js fix(test): browser.disconnect should not be awaited (#4446) 2019-05-21 17:26:04 +03:00
mouse.spec.js
navigation.spec.js
network.spec.js
oopif.spec.js feat(chromium): roll Chromium to r665405 (#4516) 2019-06-04 11:03:15 -07:00
page.spec.js fix(page): do evaluations with one roundtrip (#4539) 2019-06-07 13:46:43 -07:00
puppeteer.spec.js test: add oopif tests (#4495) 2019-05-29 16:49:44 -07:00
queryselector.spec.js
requestinterception.spec.js fix(network): allow fulfilling requests with status code 422 (#4566) 2019-06-10 17:39:58 -07:00
run_static_server.js
screenshot.spec.js
target.spec.js
test.js
touchscreen.spec.js
tracing.spec.js
utils.js
waittask.spec.js
worker.spec.js