Fix caret moving to end of placeholder on whitespace input #1659
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cypress | |
on: [pull_request] | |
jobs: | |
run-tests: | |
strategy: | |
matrix: | |
browser: [firefox, chrome, edge] | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
- uses: actions/checkout@v4 | |
- uses: cypress-io/github-action@v6 | |
with: | |
config: video=false | |
browser: ${{ matrix.browser }} | |
build: yarn build:test |