Skip to content

Commit

Permalink
IME Input via CDP with latest Playwright (#5584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivailop7 authored Feb 6, 2024
1 parent b0c4087 commit a9fde4f
Show file tree
Hide file tree
Showing 309 changed files with 854 additions and 103,969 deletions.
75 changes: 53 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@babel/preset-flow": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.16.7",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.41.2",
"@rollup/plugin-alias": "^3.1.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.1",
Expand Down Expand Up @@ -168,12 +168,6 @@
"typescript": "5.1.6",
"uuid": "^8.3.2"
},
"overrides": {
"@playwright/test": {
"playwright": "1.29.0-next-alpha-trueadm-fork",
"playwright-core": "1.29.0-next-alpha-trueadm-fork"
}
},
"dependencies": {
"@types/katex": "^0.14.0",
"yjs": "^13.5.42"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ test.describe('CodeActionMenu', () => {
isPlainText,
browserName,
}) => {
test.skip(isPlainText);
test.skip(true);

await focusEditor(page);
await page.keyboard.type('``` ');
await page.keyboard.press('Space');
Expand Down
Loading

0 comments on commit a9fde4f

Please sign in to comment.