This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not paste text on macOS in e2e tests
Pasting text was introduced in f2365a5 and doesn't work on my macOS machine. Reading through puppeteer/puppeteer#1313 tells me that other people also couldn't get pasting via Meta+V to work on macOS with Puppeteer. This commit adds an override for macOS while leaving the existing `paste` function as is.
- Loading branch information