playwright/tests/cli
Dmitry Gozman 06b0619260
fix(codegen): do not commit last action on mouse move (#6252)
On a slow page that does a lot of things before navigating upon click,
it is common to move mouse away from the click point. Previously,
we would commit the click action and record a `page.goto()` for the
navigation. Now we attribute any signals, even after accidental mouse move,
to the previous action, in the 5-seconds time window.
2021-04-20 18:45:52 -07:00
..
cli-codegen-1.spec.ts fix(codegen): ignore AltGraph when typing (#6086) 2021-04-12 09:00:29 -07:00
cli-codegen-2.spec.ts fix(codegen): do not commit last action on mouse move (#6252) 2021-04-20 18:45:52 -07:00
cli-codegen-csharp.spec.ts test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
cli-codegen-java.spec.ts test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
cli-codegen-javascript.spec.ts test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
cli-codegen-python-async.spec.ts test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00
cli-codegen-python.spec.ts test: move remaining files from old test/ directory (#6081) 2021-04-05 15:51:45 -07:00