-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Experiment] Try Playwright #34089
[Experiment] Try Playwright #34089
Commits on Sep 28, 2021
-
Try running our e2e tests using playwright
Update playwright packages
Configuration menu - View commit details
-
Copy full SHA for c933d8c - Browse repository at this point
Copy the full SHA c933d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa6346 - Browse repository at this point
Copy the full SHA 1aa6346View commit details -
Update jest.playwright.config.js
- Use jest-circus runner - Specify only a subset of tests to run (editor/blocks) - Add some handy env options - Remove obsolete jest-playwright.config.js
Configuration menu - View commit details
-
Copy full SHA for f65086d - Browse repository at this point
Copy the full SHA f65086dView commit details -
Configuration menu - View commit details
-
Copy full SHA for acca37d - Browse repository at this point
Copy the full SHA acca37dView commit details -
- Activate twentytwenty theme - DISABLE the plugin for disabling CSS animations. We shouldn't need it anymore thanks to the auto-waiting functionality.
Configuration menu - View commit details
-
Copy full SHA for 998a812 - Browse repository at this point
Copy the full SHA 998a812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 415e94d - Browse repository at this point
Copy the full SHA 415e94dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4bfa47 - Browse repository at this point
Copy the full SHA c4bfa47View commit details -
Classic block: skip cache-based test
I'm skipping this for now because setCacheEnabled is not available in Playwright as the cache is disabled by default because of separate browser context. It's worth noting though that Puppeteer's setCacheEnabled is for network cache, not disk.
Configuration menu - View commit details
-
Copy full SHA for 4c43789 - Browse repository at this point
Copy the full SHA 4c43789View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2be9ec - Browse repository at this point
Copy the full SHA a2be9ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 354af20 - Browse repository at this point
Copy the full SHA 354af20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c52f4c - Browse repository at this point
Copy the full SHA 6c52f4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c137146 - Browse repository at this point
Copy the full SHA c137146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a67562 - Browse repository at this point
Copy the full SHA 1a67562View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5cf071 - Browse repository at this point
Copy the full SHA a5cf071View commit details -
Configuration menu - View commit details
-
Copy full SHA for d95ca24 - Browse repository at this point
Copy the full SHA d95ca24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f8ae8 - Browse repository at this point
Copy the full SHA 26f8ae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a49fc - Browse repository at this point
Copy the full SHA 37a49fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a063aa - Browse repository at this point
Copy the full SHA 4a063aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6824d0 - Browse repository at this point
Copy the full SHA f6824d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d8daa7 - Browse repository at this point
Copy the full SHA 4d8daa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95bec8 - Browse repository at this point
Copy the full SHA b95bec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cba116d - Browse repository at this point
Copy the full SHA cba116dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 953a867 - Browse repository at this point
Copy the full SHA 953a867View commit details -
Configuration menu - View commit details
-
Copy full SHA for b957a10 - Browse repository at this point
Copy the full SHA b957a10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c99d34 - Browse repository at this point
Copy the full SHA 0c99d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ccbd3d - Browse repository at this point
Copy the full SHA 8ccbd3dView commit details -
- Type in directly when searching for block. - Wait for the block to be stable when focused as the layout shifts when the Inserter closes. - Remove unnecessary waitForInserterCloseAndContentFocus call because Playwright's auto-waiting does that automagically.
Configuration menu - View commit details
-
Copy full SHA for 6cc0bbf - Browse repository at this point
Copy the full SHA 6cc0bbfView commit details -
Refactor clickBlockToolbarButton util
- Remove explicit `waits` and remove the unnecessary scrollIntoView call (all thanks to auto-waiting)
Configuration menu - View commit details
-
Copy full SHA for 51787bf - Browse repository at this point
Copy the full SHA 51787bfView commit details -
Doesn't really seem like we need it anymore?
Configuration menu - View commit details
-
Copy full SHA for 355c807 - Browse repository at this point
Copy the full SHA 355c807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36146d0 - Browse repository at this point
Copy the full SHA 36146d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cba1a8 - Browse repository at this point
Copy the full SHA 2cba1a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d20e558 - Browse repository at this point
Copy the full SHA d20e558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 913de3e - Browse repository at this point
Copy the full SHA 913de3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61cec23 - Browse repository at this point
Copy the full SHA 61cec23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da8b94 - Browse repository at this point
Copy the full SHA 5da8b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c69a32 - Browse repository at this point
Copy the full SHA 6c69a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193d26c - Browse repository at this point
Copy the full SHA 193d26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f29a9a - Browse repository at this point
Copy the full SHA 8f29a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc4cea - Browse repository at this point
Copy the full SHA 3dc4ceaView commit details -
Bring focus back to image block to hide the caption toolbar
It's standing in the way of the Replace button because the test image is really small.
Configuration menu - View commit details
-
Copy full SHA for f6812eb - Browse repository at this point
Copy the full SHA f6812ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6258f8 - Browse repository at this point
Copy the full SHA b6258f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15eff88 - Browse repository at this point
Copy the full SHA 15eff88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9a566 - Browse repository at this point
Copy the full SHA 8b9a566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cdb35f - Browse repository at this point
Copy the full SHA 3cdb35fView commit details