-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Can just call
focus
instead of a wtr plugin
At some point the focus/enter key based unit test was failing in webkit. I wrote the `focusPlugin` that used the playwright `focus` method which I thought fixed my issue. I wanted to revisit the issue and in doing so realized that it was in fact working as expected without the plugin. Unsure what I was doing differently at first now.
- Loading branch information
1 parent
1b928c1
commit c5efd14
Showing
4 changed files
with
9 additions
and
27 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
docs/ | ||
examples/ | ||
.editorconfig | ||
focusPlugin.js | ||
index.html | ||
rollup.config.js | ||
test.html | ||
|
This file was deleted.
Oops, something went wrong.
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
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