playwright/tests/page
2022-10-05 21:31:25 -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 test: roll to folio@0.4.0-alpha28 (#6918) 2021-06-04 20:54:58 -07:00
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 test: cleanup bad usages of pageTest (#6430) 2021-05-06 07:08:22 -07:00
elementhandle-convenience.spec.ts test: put existing retarget tests to a separate file (#16510) 2022-08-12 12:40:40 -07:00
elementhandle-eval-on-selector.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
elementhandle-misc.spec.ts feat(api): introduce setChecked convenience method (#8525) 2021-08-29 20:00:40 -07:00
elementhandle-owner-frame.spec.ts chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
elementhandle-press.spec.ts feat(webkit): roll to r1616 (#12541) 2022-03-06 12:22:47 +01:00
elementhandle-query-selector.spec.ts chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
elementhandle-screenshot.spec.ts chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
elementhandle-scroll-into-view.spec.ts fix(click): make it work for display:contents elements (#16356) 2022-08-08 16:05:09 -07:00
elementhandle-select-text.spec.ts test: prepare test to use options as passed (#6557) 2021-05-13 10:22:23 -07:00
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 test: put existing retarget tests to a separate file (#16510) 2022-08-12 12:40:40 -07:00
eval-on-selector-all.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
eval-on-selector.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
expect-boolean.spec.ts feat(assertions): support toBeVisible({ visible }) (#17207) 2022-09-09 08:33:23 -07:00
expect-misc.spec.ts fix(expect): toHaveAttribute with empty value should not match missing attribute (#17477) 2022-09-20 17:11:12 -07:00
expect-to-have-text.spec.ts feat(expect): toHaveText/toContainText work with text in shadow dom (#16433) 2022-08-11 14:10:12 -07:00
expect-to-have-value.spec.ts test: migrate some expect() tests to be more readable (#16394) 2022-08-10 15:10:25 -07:00
frame-evaluate.spec.ts feat(innerloop): allow reusing browsers over the remote connection (#16065) 2022-07-31 14:31:17 -07:00
frame-frame-element.spec.ts fix(frameElement): should work for frames inside closed shadow root (#17055) 2022-09-06 08:52:25 -07:00
frame-goto.spec.ts test: mark again some Android tests as fixme 2022-08-03 10:51:45 +02:00
frame-hierarchy.spec.ts chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
interception.spec.ts chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02: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(isVisible): add a couple of basic tests (#16697) 2022-08-19 17:40:13 -07: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 feat(api): shorted getByLabel, getByPlaceholder (#17816) 2022-10-04 10:29:26 -07:00
locator-highlight.spec.ts chore: use api selectors in codegen hover (#17855) 2022-10-05 17:59:34 -07:00
locator-is-visible.spec.ts test(isVisible): add a couple of basic tests (#16697) 2022-08-19 17:40:13 -07: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 test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
locator-query.spec.ts chore: internal selectors (#17827) 2022-10-05 08:45:10 -07:00
matchers.misc.spec.ts test: unskip working Android tests (#16171) 2022-08-02 22:51:10 +02:00
network-post-data.spec.ts test: unskip working Android tests (#16171) 2022-08-02 22:51:10 +02:00
page-accessibility.spec.ts feat(chromium-tip-of-tree): roll to r1046 (#17653) 2022-09-28 12:13:07 +02: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 chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
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 test: unskip working Android tests (#16171) 2022-08-02 22:51:10 +02:00
page-autowaiting-no-hang.spec.ts chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
page-basic.spec.ts test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
page-check.spec.ts test: put existing retarget tests to a separate file (#16510) 2022-08-12 12:40:40 -07:00
page-click-during-navigation.spec.ts test: improve click-during-navigation (#11252) 2022-01-07 12:12:24 -08:00
page-click-react.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
page-click-scroll.spec.ts fix(click): make it work for display:contents elements (#16356) 2022-08-08 16:05:09 -07:00
page-click-timeout-1.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
page-click-timeout-2.spec.ts test: fix visibility spelling in test (#11476) 2022-01-19 14:46:27 +01:00
page-click-timeout-3.spec.ts feat(input): perform hit target check during input (#9546) 2021-11-05 17:31:28 -07:00
page-click-timeout-4.spec.ts feat(input): perform hit target check during input (#9546) 2021-11-05 17:31:28 -07:00
page-click.spec.ts test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
page-close.spec.ts test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
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: unflake page-drag tests (#17783) 2022-10-03 12:26:36 -07:00
page-emulate-media.spec.ts feat(webkit): add forced colors media query override (#16654) 2022-08-19 14:19:54 +02: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 feat(innerloop): allow reusing browsers over the remote connection (#16065) 2022-07-31 14:31:17 -07:00
page-evaluate.spec.ts fix: make evaluate work with overridden Window/Document/Node (#17288) 2022-09-13 18:21:07 +02:00
page-event-console.spec.ts test: update "page.goBack should work for file urls" to match status quo (#16810) 2022-08-26 08:56:31 -07:00
page-event-crash.spec.ts test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
page-event-load.spec.ts fix(events): avoid firing lifecycle events twice (#16055) 2022-07-29 12:44:04 -07:00
page-event-network.spec.ts chore: migrate http server to ts (#17677) 2022-09-28 17:01:13 -07:00
page-event-pageerror.spec.ts chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
page-event-popup.spec.ts test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
page-event-request.spec.ts test: disable flaky test on wk/ff (#10662) 2021-12-02 07:44:13 -08:00
page-expose-function.spec.ts test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
page-fill.spec.ts test: put existing retarget tests to a separate file (#16510) 2022-08-12 12:40:40 -07: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 chore: fix lint in page-goto.spec (#17052) 2022-09-02 15:45:01 -07:00
page-history.spec.ts test: add a test for bfcache and history navigations (#17796) 2022-10-03 19:13:28 -07:00
page-keyboard.spec.ts chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
page-mouse.spec.ts chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
page-navigation.spec.ts chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
page-network-idle.spec.ts test: unflake network idle test (#17784) 2022-10-03 12:28:19 -07:00
page-network-request.spec.ts chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
page-network-response.spec.ts test: unskip working Android tests (#16171) 2022-08-02 22:51:10 +02:00
page-network-sizes.spec.ts chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
page-request-continue.spec.ts test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
page-request-fallback.spec.ts fix(har): record request overrides to har (#17027) 2022-09-04 10:52:20 -07:00
page-request-fulfill.spec.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
page-request-intercept.spec.ts chore: roll Electron to 16.2.8 (#16017) 2022-07-28 15:41:32 +02:00
page-route.spec.ts test: cannot override cookie header in continue (#16774) 2022-08-23 14:06:25 -07:00
page-screenshot.spec.ts fix: inject caret-hiding style in every shadow tree (#16907) 2022-09-08 09:50:08 -07:00
page-select-option.spec.ts chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
page-set-content.spec.ts test: disable page/page-set-content.spec.ts:126 in webkit (#16596) 2022-08-16 15:31:30 -07: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 test: repro for spaces in filename for input (#17452) 2022-09-20 12:58:26 -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 fix(evaluate): reject all context operations when frame detaches (#9987) 2021-11-03 10:44:50 -07:00
page-wait-for-load-state.spec.ts chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
page-wait-for-navigation.spec.ts fix: emit load/domcontentloaded events as reported by the browser (#16861) 2022-08-26 13:48:05 -07:00
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 chore(frame-selector): add more tests, use frame logic in element handle (#10097) 2021-11-05 16:36:01 -07:00
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 feat: add "commit" to possible waitUntil options (#9892) 2021-11-01 17:12:19 -07:00
pageTest.ts test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
pageTestApi.ts test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
queryselector.spec.ts test: rename #smoke to @smoke as test tags (#12652) 2022-03-10 19:42:52 +01:00
retarget.spec.ts test: add more tests for retarget behavior (#16513) 2022-08-12 16:29:13 -07:00
selectors-css.spec.ts test: :scope.class should narrow down locator (#17829) 2022-10-04 18:05:43 -07:00
selectors-frame.spec.ts chore: internal selectors (#17827) 2022-10-05 08:45:10 -07:00
selectors-get-by.spec.ts test: fix "getByText should work" with tracing enabled, docker smoke tests (#17864) 2022-10-05 21:31:25 -07:00
selectors-misc.spec.ts chore: internal selectors (#17827) 2022-10-05 08:45:10 -07:00
selectors-react.spec.ts test: unflake React.js and Vue tests (#15264) 2022-06-30 07:00:05 -07:00
selectors-register.spec.ts feat(innerloop): allow reusing browsers over the remote connection (#16065) 2022-07-31 14:31:17 -07:00
selectors-role.spec.ts chore(api): remove locator.get() (#17709) 2022-09-29 12:50:52 -07:00
selectors-text.spec.ts fix(locators): properly escape various locator methods (#17798) 2022-10-04 13:21:38 -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 fix(events): avoid firing lifecycle events twice (#16055) 2022-07-29 12:44:04 -07:00
workers.spec.ts test: unskip passing firefox tests (#16233) 2022-08-03 17:43:00 -07:00