playwright/tests/page
Dmitry Gozman 1686e5174d
chore: allow evaluating Error objects (#31691)
Previously, Error objects were replaced with strings.
Now, Error objects are reconstructed back from the serialized value.
2024-07-15 05:47:40 -07: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 test: rebase golden snapshots on Chromium macOS arm64 (#31344) 2024-06-18 19:09:24 +02:00
elementhandle-bounding-box.spec.ts
elementhandle-click.spec.ts
elementhandle-content-frame.spec.ts
elementhandle-convenience.spec.ts feat: increase length of printed html tags (#31105) 2024-05-31 10:45:56 -07: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 fix: allow disposing ElementHandles multiple times (#29953) 2024-03-15 16:26:56 +01:00
elementhandle-owner-frame.spec.ts
elementhandle-press.spec.ts
elementhandle-query-selector.spec.ts
elementhandle-screenshot.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
elementhandle-scroll-into-view.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
elementhandle-select-text.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
elementhandle-type.spec.ts
elementhandle-wait-for-element-state.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
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 test: update Electron to v30 (#30334) 2024-06-21 00:43:26 +02:00
expect-matcher-result.spec.ts fix(expect): throw better received error when no element was found (#29890) 2024-04-10 10:01:19 +02:00
expect-misc.spec.ts feat: expect(locator).toHaveRole(role) (#30555) 2024-04-25 15:26:10 -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 fix(expect): throw better received error when no element was found (#29890) 2024-04-10 10:01:19 +02:00
expect-to-have-value.spec.ts
frame-evaluate.spec.ts
frame-frame-element.spec.ts
frame-goto.spec.ts
frame-hierarchy.spec.ts
interception.spec.ts test: update Electron to v30 (#30334) 2024-06-21 00:43:26 +02: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 feat: address api review feedback for 1.43 (#30066) 2024-03-25 07:42:13 -07: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
locator-query.spec.ts chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
matchers.misc.spec.ts fix(expect): throw better received error when no element was found (#29890) 2024-04-10 10:01:19 +02:00
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 chore: attempt at fixing double init scripts (#31096) 2024-05-30 15:38:10 -07:00
page-add-locator-handler.spec.ts feat(locator handler): address api review feedback (#30554) 2024-04-25 14:00:02 -07: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 feat(firefox): roll to r1452 (#31068) 2024-05-29 08:28:26 -07:00
page-check.spec.ts
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: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-click.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-clock.frozen.spec.ts test(clock): fix clock mode bots (#31472) 2024-06-28 11:46:28 -07:00
page-clock.spec.ts fix(clock): ensure Date.now() is an integer (#31648) 2024-07-12 11:44:25 -07:00
page-close.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-dialog.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-dispatchevent.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-drag.spec.ts test: update some test conditions (#31336) 2024-06-17 10:20:57 -07:00
page-emulate-media.spec.ts feat(firefox): roll to r1456 (#31375) 2024-06-19 19:03:58 +02:00
page-evaluate-handle.spec.ts
page-evaluate-no-stall.spec.ts
page-evaluate.spec.ts chore: allow evaluating Error objects (#31691) 2024-07-15 05:47:40 -07:00
page-event-console.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07: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 chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-event-popup.spec.ts
page-event-request.spec.ts test: update Electron to v30 (#30334) 2024-06-21 00:43:26 +02:00
page-expose-function.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-fill.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-focus.spec.ts chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
page-goto.spec.ts test: update Electron to v30 (#30334) 2024-06-21 00:43:26 +02:00
page-history.spec.ts chore: fix simulated clock bots (#31301) 2024-06-17 09:17:38 -07:00
page-keyboard.spec.ts feat(ctrl_or_meta): add a universal ctrl-meta modifier (#30572) 2024-04-29 08:15:12 -07:00
page-leaks.spec.ts
page-mouse.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-navigation.spec.ts
page-network-idle.spec.ts
page-network-request.spec.ts test: skip/improve some tests that are flaky (#30993) 2024-05-23 17:40:27 -07:00
page-network-response.spec.ts fix(firefox): disable cache when request interception is enabled (#30113) 2024-03-28 10:25:37 -07:00
page-network-sizes.spec.ts
page-object-count.spec.ts
page-request-continue.spec.ts fix: correctly report overridden headers on redirected requests (#31409) 2024-06-21 17:44:58 -07:00
page-request-fallback.spec.ts
page-request-fulfill.spec.ts test: update Electron to v30 (#30334) 2024-06-21 00:43:26 +02:00
page-request-intercept.spec.ts test: update Electron to v30 (#30334) 2024-06-21 00:43:26 +02:00
page-route.spec.ts test: update Electron to v30 (#30334) 2024-06-21 00:43:26 +02:00
page-screenshot.spec.ts test: rebase golden snapshots on Chromium macOS arm64 (#31344) 2024-06-18 19:09:24 +02:00
page-select-option.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-set-content.spec.ts
page-set-extra-http-headers.spec.ts
page-set-input-files.spec.ts test: adjust upload folder expectation for msedge (#31454) 2024-07-01 12:19:04 +02:00
page-strict.spec.ts
page-wait-for-function.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-wait-for-load-state.spec.ts
page-wait-for-navigation.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-wait-for-request.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-wait-for-response.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
page-wait-for-selector-1.spec.ts chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -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 chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
pageTestApi.ts test: update Electron to v30 (#30334) 2024-06-21 00:43:26 +02:00
queryselector.spec.ts
retarget.spec.ts fix(click): do not retarget <a> to the parent <label> (#31368) 2024-06-18 12:12:19 -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
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 chore: introduce clock test mode (#31110) 2024-05-31 14:44:26 -07:00
workers.spec.ts chore: make CRNetworkManager handle multiple sessions (#29721) 2024-02-28 15:51:27 -08:00