-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update webdriverio and update tests (#2417)
* chore: update webdriverio to v7 * chore: migrate all integration tests to async mode * chore: trigger ci * chore: update CI to node 12.22.12 * chore: fix run integration test command in CI * chore: use latest chrome version * chore: use latest chrome version * chore: use latest chrome version * chore: add wait-on local server commando * chore: upgrade CI to node 14 * chore: update node Co-authored-by: LeandroTorresSicilia <[email protected]>
- Loading branch information
1 parent
ff609a5
commit 84e9782
Showing
135 changed files
with
5,542 additions
and
4,854 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
module.exports = { | ||
TAB_KEY: '\uE004', | ||
ENTER_KEY: '\uE006', | ||
ESCAPE_KEY: '\uE00C', | ||
SPACE_KEY: '\uE00D', | ||
ARROW_LEFT_KEY: '\uE012', | ||
ARROW_UP_KEY: '\uE013', | ||
ARROW_RIGHT_KEY: '\uE014', | ||
ARROW_DOWN_KEY: '\uE015', | ||
SHIFT_KEY: '\uE008', | ||
DELETE_KEY: '\ue003', | ||
PAGEUP_KEY: '\uE00E', | ||
PAGEDOWN_KEY: '\uE00F', | ||
END_KEY: '\uE010', | ||
HOME_KEY: '\uE011', | ||
ALT_KEY: '\uE00A', | ||
TAB_KEY: 'Tab', | ||
ENTER_KEY: 'Enter', | ||
ESCAPE_KEY: 'Escape', | ||
SPACE_KEY: 'Space', | ||
ARROW_LEFT_KEY: 'ArrowLeft', | ||
ARROW_UP_KEY: 'ArrowUp', | ||
ARROW_RIGHT_KEY: 'ArrowRight', | ||
ARROW_DOWN_KEY: 'ArrowDown', | ||
SHIFT_KEY: 'Shift', | ||
DELETE_KEY: 'Delete', | ||
PAGEUP_KEY: 'PageUp', | ||
PAGEDOWN_KEY: 'PageDown', | ||
END_KEY: 'End', | ||
HOME_KEY: 'Home', | ||
ALT_KEY: 'Alt', | ||
BACKSPACE_KEY: 'Backspace', | ||
// Unicode key points | ||
SHIFT_KEY_UNICODE: '\uE008', | ||
}; |
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
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
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
Oops, something went wrong.