playwright/tests/page
Dmitry Gozman 875ce1cf09
fix(chromium): use blockedReason as failure reason when available (#29849)
This covers blocked requests, e.g. mixed-content, that receive
`loadingFailed` with empty `errorText`.

Also, forcefully resolve `allHeaders()` in this case, since we know
there will be no actual network headers.

Fixes #29833.
2024-03-07 14:07:04 -08:00
..
elementhandle-screenshot.spec.ts-snapshots
expect-matcher-result.spec.ts-snapshots chore: populate matcherResult for toHaveScreenshot (#27136) 2023-09-18 09:12:23 -07:00
locator-misc-2.spec.ts-snapshots
page-add-locator-handler.spec.ts-snapshots chore: rename handleLocator to addLocatorHandler (#29443) 2024-02-09 15:18:50 -08:00
page-request-fulfill.spec.ts-snapshots
page-screenshot.spec.ts-snapshots feat(vrt): allow providing screenshot style (#28229) 2023-11-30 17:42:45 -08:00
elementhandle-bounding-box.spec.ts
elementhandle-click.spec.ts
elementhandle-content-frame.spec.ts
elementhandle-convenience.spec.ts fix: JSHandle preview text for non-ascii attributes/children (#28038) 2023-11-09 00:11:01 +01:00
elementhandle-eval-on-selector.spec.ts chore: unify target closed errors (#27540) 2023-10-12 11:05:34 -07:00
elementhandle-misc.spec.ts
elementhandle-owner-frame.spec.ts
elementhandle-press.spec.ts
elementhandle-query-selector.spec.ts
elementhandle-screenshot.spec.ts
elementhandle-scroll-into-view.spec.ts chore: refactor actionability check to go through node-side retry (#28982) 2024-01-16 19:11:41 -08:00
elementhandle-select-text.spec.ts
elementhandle-type.spec.ts
elementhandle-wait-for-element-state.spec.ts
eval-on-selector-all.spec.ts
eval-on-selector.spec.ts chore: unify target closed errors (#27540) 2023-10-12 11:05:34 -07:00
expect-boolean.spec.ts
expect-matcher-result.spec.ts chore: use stock image matcher in library tests (#27319) 2023-09-26 18:46:21 -07:00
expect-misc.spec.ts fix: ignoreCase in toHaveAttribute (#27809) 2023-10-25 19:22:13 -07:00
expect-timeout.spec.ts fix: restore timeout error name (#28408) 2023-11-29 17:28:17 -08:00
expect-to-have-text.spec.ts
expect-to-have-value.spec.ts
frame-evaluate.spec.ts
frame-frame-element.spec.ts
frame-goto.spec.ts chore: fix s2 mode (#24525) 2023-07-31 11:24:04 -07:00
frame-hierarchy.spec.ts
interception.spec.ts fix: disable memory cache when intercepting in webkit (#28458) 2023-12-01 14:49:27 -08:00
jshandle-as-element.spec.ts
jshandle-evaluate.spec.ts
jshandle-json-value.spec.ts
jshandle-properties.spec.ts
jshandle-to-string.spec.ts
locator-click.spec.ts
locator-convenience.spec.ts chore: populate matcherResult in web assertions (#27133) 2023-09-16 14:24:10 -07:00
locator-element-handle.spec.ts
locator-evaluate.spec.ts
locator-frame.spec.ts test: COEP/COOP/CORP isolated iframe should work (#28083) 2023-11-10 16:44:02 +01:00
locator-highlight.spec.ts
locator-is-visible.spec.ts Fix various typos (Fixes #27396) (#27391) 2023-10-04 19:56:42 -07:00
locator-list.spec.ts
locator-misc-1.spec.ts
locator-misc-2.spec.ts feat: replace Locator.type with Locator.pressSequentially (#26624) 2023-08-22 15:21:00 -07:00
locator-query.spec.ts fix(locators): do not escape regular expressions with u or v flag (#27188) 2023-09-19 13:16:50 -07:00
matchers.misc.spec.ts
network-post-data.spec.ts
page-accessibility.spec.ts fix(accessibility): firefox with aria-invalid element (#29462) 2024-02-12 12:12:31 -08:00
page-add-init-script.spec.ts test: update webkit test expectations after last roll (#27155) 2023-09-18 09:57:18 -07:00
page-add-locator-handler.spec.ts test: make Android/WebView2 bots green (#29477) 2024-02-13 17:55:58 +01:00
page-add-script-tag.spec.ts
page-add-style-tag.spec.ts
page-autowaiting-basic.spec.ts
page-autowaiting-no-hang.spec.ts
page-basic.spec.ts chore: unify target closed errors (#27540) 2023-10-12 11:05:34 -07:00
page-check.spec.ts chore: resolve top-level vs dependency after cli filtering (#24216) 2023-07-13 17:54:08 -07:00
page-click-during-navigation.spec.ts
page-click-react.spec.ts
page-click-scroll.spec.ts test: make Android/WebView2 bots green (#29477) 2024-02-13 17:55:58 +01:00
page-click-timeout-1.spec.ts chore: refactor actionability check to go through node-side retry (#28982) 2024-01-16 19:11:41 -08:00
page-click-timeout-2.spec.ts chore: refactor actionability check to go through node-side retry (#28982) 2024-01-16 19:11:41 -08:00
page-click-timeout-3.spec.ts
page-click-timeout-4.spec.ts chore: refactor actionability check to go through node-side retry (#28982) 2024-01-16 19:11:41 -08:00
page-click.spec.ts chore: refactor actionability check to go through node-side retry (#28982) 2024-01-16 19:11:41 -08:00
page-close.spec.ts chore: dispose-based callback termination (#27911) 2023-11-01 16:36:39 -07:00
page-dialog.spec.ts
page-dispatchevent.spec.ts fix: errors in evaluate should be JavaScriptErrorInEvaluate (#28706) 2023-12-19 10:47:43 -08:00
page-drag.spec.ts
page-emulate-media.spec.ts
page-evaluate-handle.spec.ts
page-evaluate-no-stall.spec.ts
page-evaluate.spec.ts test: add a test for issue 28520 (#28552) 2023-12-08 10:55:26 -08:00
page-event-console.spec.ts chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
page-event-load.spec.ts
page-event-network.spec.ts fix: interrupt request.allHeaders()/response() on page.close() (#27695) 2023-10-23 12:45:35 -07:00
page-event-pageerror.spec.ts
page-event-popup.spec.ts fix(route): make sure Route.fetch works for popup main request (#26590) 2023-08-21 16:48:51 -07:00
page-event-request.spec.ts chore: revert noWaitForFinish option, page.close does not wait for ro… (#28658) 2023-12-15 09:00:12 -08:00
page-expose-function.spec.ts
page-fill.spec.ts test: update expectations for WebKit Windows (#28774) 2023-12-22 16:02:23 -08:00
page-focus.spec.ts
page-goto.spec.ts fix: cross-origin Page.goto referer (#27859) 2023-10-31 11:10:15 +01:00
page-history.spec.ts feat(webkit): roll WebKit to r1898 (#26738) 2023-08-28 19:44:52 +02:00
page-keyboard.spec.ts feat(firefox): roll FF Stable & Beta to 1433 (#28543) 2023-12-08 10:48:44 -08:00
page-leaks.spec.ts
page-mouse.spec.ts
page-navigation.spec.ts
page-network-idle.spec.ts
page-network-request.spec.ts fix(chromium): use blockedReason as failure reason when available (#29849) 2024-03-07 14:07:04 -08:00
page-network-response.spec.ts chore: skip tests that fail in cross-machine service mode (#24412) 2023-07-25 16:47:04 -07:00
page-network-sizes.spec.ts
page-object-count.spec.ts
page-request-continue.spec.ts fix(chromium): preserve header overrides in redirects (#28962) 2024-01-12 08:55:20 -08:00
page-request-fallback.spec.ts
page-request-fulfill.spec.ts chore: revert noWaitForFinish option, page.close does not wait for ro… (#28658) 2023-12-15 09:00:12 -08:00
page-request-intercept.spec.ts chore: revert noWaitForFinish option, page.close does not wait for ro… (#28658) 2023-12-15 09:00:12 -08:00
page-route.spec.ts chore: extract unroute behavior tests into a separate file (#28674) 2023-12-15 15:37:57 -08:00
page-screenshot.spec.ts chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
page-select-option.spec.ts fix: input events triggered by playwright actions should have composed=true (#28730) 2023-12-21 15:25:16 -08:00
page-set-content.spec.ts
page-set-extra-http-headers.spec.ts
page-set-input-files.spec.ts fix: input events triggered by playwright actions should have composed=true (#28730) 2023-12-21 15:25:16 -08:00
page-strict.spec.ts fix(selector generator): escape all tag names in css selectors (#26659) 2023-08-23 12:32:08 -07:00
page-wait-for-function.spec.ts
page-wait-for-load-state.spec.ts
page-wait-for-navigation.spec.ts test: fix electron test expectations (#26643) 2023-08-23 17:59:07 +02:00
page-wait-for-request.spec.ts fix: JSHandle preview text for non-ascii attributes/children (#28038) 2023-11-09 00:11:01 +01:00
page-wait-for-response.spec.ts
page-wait-for-selector-1.spec.ts chore: make tests strict (1) (#27731) 2023-10-23 09:31:30 -07:00
page-wait-for-selector-2.spec.ts chore: make tests strict (1) (#27731) 2023-10-23 09:31:30 -07:00
page-wait-for-url.spec.ts
pageTest.ts
pageTestApi.ts feat(trace mode): add on-first-failure mode for traces (#29647) 2024-02-28 14:39:18 -08:00
queryselector.spec.ts
retarget.spec.ts chore: make tests strict (1) (#27731) 2023-10-23 09:31:30 -07:00
selectors-css.spec.ts test: test gardening (#28001) 2023-11-07 08:47:15 -08:00
selectors-frame.spec.ts chore: unify target closed errors (#27540) 2023-10-12 11:05:34 -07:00
selectors-get-by.spec.ts
selectors-misc.spec.ts chore: do not use relative xpath when querying from document (#24405) 2023-07-25 12:55:35 -07:00
selectors-react.spec.ts
selectors-register.spec.ts
selectors-role.spec.ts Revert "chore(role): cache element list by role (#29130)" (#29765) 2024-03-01 09:37:28 -08:00
selectors-text.spec.ts fix(locators): escape quotes in regular expressions (#27002) 2023-09-11 15:49:04 -07:00
selectors-vue.spec.ts Fix various typos (Fixes #27396) (#27391) 2023-10-04 19:56:42 -07:00
wheel.spec.ts
workers.spec.ts chore: make CRNetworkManager handle multiple sessions (#29721) 2024-02-28 15:51:27 -08:00