playwright/tests/page
Dmitry Gozman 4bec6309df
fix(lifecycle): recalculate lifecycle on iframe detach (#15812)
It could be that iframe was blocking some event, like load or networkidle,
and we never updated the lifecycle after the iframe was detached. This
lead to goto and other navigation commands to never resolve.
2022-07-22 19:44:02 -07:00
..
elementhandle-screenshot.spec.ts-snapshots feat(webkit): roll to r1674 (#15384) 2022-07-08 11:07:06 -07:00
locator-misc-2.spec.ts-snapshots feat(webkit): roll to r1674 (#15384) 2022-07-08 11:07:06 -07:00
page-request-fulfill.spec.ts-snapshots
page-screenshot.spec.ts-snapshots feat(webkit): roll to r1674 (#15384) 2022-07-08 11:07:06 -07:00
elementhandle-bounding-box.spec.ts feat(webkit): roll to r1674 (#15384) 2022-07-08 11:07:06 -07:00
elementhandle-click.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
elementhandle-content-frame.spec.ts
elementhandle-convenience.spec.ts
elementhandle-eval-on-selector.spec.ts
elementhandle-misc.spec.ts
elementhandle-owner-frame.spec.ts
elementhandle-press.spec.ts feat(webkit): roll to r1616 (#12541) 2022-03-06 12:22:47 +01:00
elementhandle-query-selector.spec.ts
elementhandle-screenshot.spec.ts feat(chromium-tip-of-tree): roll to r1026 (#15795) 2022-07-19 23:20:37 +02:00
elementhandle-scroll-into-view.spec.ts test: display:contents should be scrollable into view (#15765) 2022-07-18 13:36:45 -07:00
elementhandle-select-text.spec.ts
elementhandle-type.spec.ts feat(webkit): roll to r1616 (#12541) 2022-03-06 12:22:47 +01:00
elementhandle-wait-for-element-state.spec.ts feat(selectors): role selector engine (#12999) 2022-03-28 09:24:58 -07:00
eval-on-selector-all.spec.ts
eval-on-selector.spec.ts
frame-evaluate.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
frame-frame-element.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
frame-goto.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
frame-hierarchy.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
interception.spec.ts feat(har): introduce urlFilter (#14693) 2022-06-07 18:09:47 -07:00
jshandle-as-element.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
jshandle-evaluate.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
jshandle-json-value.spec.ts chore: serialize circular objects (#14045) 2022-05-09 18:51:53 -07:00
jshandle-properties.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
jshandle-to-string.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
locator-click.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
locator-convenience.spec.ts test: android test enhancements (#15797) 2022-07-20 18:27:08 +02:00
locator-element-handle.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
locator-evaluate.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
locator-frame.spec.ts test: increase small timeouts to accomodate two workers (#15257) 2022-06-30 09:05:39 -07:00
locator-highlight.spec.ts test: android test enhancements (#15797) 2022-07-20 18:27:08 +02:00
locator-misc-1.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
locator-misc-2.spec.ts feat(webkit): roll to r1674 (#15384) 2022-07-08 11:07:06 -07:00
locator-query.spec.ts fix(selectors): max hasText regex against nested nodes (#15638) 2022-07-14 08:23:11 -07:00
matchers.misc.spec.ts test: make Android green 2022-06-09 22:53:37 +02:00
network-post-data.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-accessibility.spec.ts feat(firefox): roll ff 1328 and ff-beta 1330 (#15185) 2022-06-29 03:04:46 -07:00
page-add-init-script.spec.ts fix(addInitScript): tolerate trailing comments (#13275) 2022-04-03 18:47:12 -07:00
page-add-script-tag.spec.ts
page-add-style-tag.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-autowaiting-basic.spec.ts fix(page): "load" event should fire before "waitForLoadState" resolves (#14897) 2022-06-16 09:35:53 -07:00
page-autowaiting-no-hang.spec.ts
page-basic.spec.ts
page-check.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-click-during-navigation.spec.ts
page-click-react.spec.ts
page-click-scroll.spec.ts test: skip page-click-scroll on linux headed too (#15025) 2022-06-21 14:51:23 -07:00
page-click-timeout-1.spec.ts
page-click-timeout-2.spec.ts
page-click-timeout-3.spec.ts
page-click-timeout-4.spec.ts
page-click.spec.ts test: increase small timeouts to accomodate two workers (#15257) 2022-06-30 09:05:39 -07:00
page-close.spec.ts
page-dialog.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-dispatchevent.spec.ts feat: dispatch wheel event (#15593) 2022-07-12 17:17:45 -07:00
page-drag.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-emulate-media.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-evaluate-handle.spec.ts chore: serialize circular objects (#14045) 2022-05-09 18:51:53 -07:00
page-evaluate-no-stall.spec.ts
page-evaluate.spec.ts feat(evaluate): serialized URL instances (#15023) 2022-07-05 17:53:02 +02:00
page-event-console.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-event-crash.spec.ts test: rebaseline page-event-crash test (#15817) 2022-07-20 16:12:54 -07:00
page-event-load.spec.ts test: repro for load event fired too often (#15320) 2022-07-05 11:09:36 -07:00
page-event-network.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-event-pageerror.spec.ts test: enable test for page unhandled error in ff (#15451) 2022-07-07 08:17:57 -07:00
page-event-popup.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-event-request.spec.ts
page-expose-function.spec.ts chore: migrate component testing to server-side page reuse (#15477) 2022-07-12 14:30:24 -07:00
page-fill.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-focus.spec.ts tests(fixit): garden win/webkit/input tests (#14721) 2022-06-08 14:13:39 -08:00
page-goto.spec.ts fix(lifecycle): recalculate lifecycle on iframe detach (#15812) 2022-07-22 19:44:02 -07:00
page-history.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-keyboard.spec.ts feat(webkit): roll to r1681 (#15577) 2022-07-12 14:07:56 -07:00
page-mouse.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-navigation.spec.ts
page-network-idle.spec.ts fix(lifecycle): recalculate lifecycle on iframe detach (#15812) 2022-07-22 19:44:02 -07:00
page-network-request.spec.ts test: disable network sizes tests on old electron (#15252) 2022-06-29 17:50:42 -07:00
page-network-response.spec.ts test: disable network sizes tests on old electron (#15252) 2022-06-29 17:50:42 -07:00
page-network-sizes.spec.ts test: disable network sizes tests on old electron (#15252) 2022-06-29 17:50:42 -07:00
page-request-continue.spec.ts feat(fallback): allow falling back w/ overrides (#14849) 2022-06-13 17:56:16 -07:00
page-request-fallback.spec.ts test: request method is overridden (#15089) 2022-06-24 16:26:12 -07:00
page-request-fulfill.spec.ts fix(har): remove types/har.d.ts, update har.ts per spec (#15046) 2022-06-22 12:16:29 -07:00
page-request-intercept.spec.ts fix(body): fetch body explicitly for prefetched scripts (#14941) 2022-06-16 22:07:43 -07:00
page-route.spec.ts fix(route): match against updated url while chaining (#15112) 2022-06-24 10:48:16 -07:00
page-screenshot.spec.ts feat(chromium-tip-of-tree): roll to r1026 (#15795) 2022-07-19 23:20:37 +02:00
page-select-option.spec.ts test: increase small timeouts to accomodate two workers (#15257) 2022-06-30 09:05:39 -07:00
page-set-content.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-set-extra-http-headers.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
page-set-input-files.spec.ts fix(test): fix the route test (#14890) 2022-06-15 16:15:45 -07:00
page-strict.spec.ts fix(strict): escape css class names when generating selectors (#14810) 2022-06-12 09:39:30 -07:00
page-wait-for-function.spec.ts
page-wait-for-load-state.spec.ts fix(frames): networkidle for iframes with quirky urls (#13767) 2022-04-26 17:13:45 +01:00
page-wait-for-navigation.spec.ts
page-wait-for-request.spec.ts test: increase small timeouts to accomodate two workers (#15257) 2022-06-30 09:05:39 -07:00
page-wait-for-response.spec.ts test: increase small timeouts to accomodate two workers (#15257) 2022-06-30 09:05:39 -07:00
page-wait-for-selector-1.spec.ts
page-wait-for-selector-2.spec.ts test: out-of-viewport should be considered visible (#13134) 2022-03-28 16:10:16 -07:00
page-wait-for-url.spec.ts
pageTest.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
pageTestApi.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
queryselector.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
selectors-css.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
selectors-frame.spec.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
selectors-misc.spec.ts test: increase small timeouts to accomodate two workers (#15257) 2022-06-30 09:05:39 -07:00
selectors-react.spec.ts test: unflake React.js and Vue tests (#15264) 2022-06-30 07:00:05 -07:00
selectors-role.spec.ts chore: role selectors non-experimental (#14021) 2022-05-08 11:07:01 +01:00
selectors-text.spec.ts fix(text selector): ignore non-leading quote when parsing (#13170) 2022-03-30 09:33:32 -07:00
selectors-vue.spec.ts test: unflake React.js and Vue tests (#15264) 2022-06-30 07:00:05 -07:00
wheel.spec.ts test: make wheel event work on different host dsf (#14123) 2022-05-12 17:29:03 +01:00
workers.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00