inputEventsLog.push({According to chromium docs we should use 2 spaces for indentation
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
According to chromium docs we should use 2 spaces for indentation
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
const DELETE_WORD_KEY = isMacOS ? "\uE00A" : "\uE009"; // Alt on Mac, Ctrl on others```suggestion
const MODIFIER_KEY = isMacOS ? "\uE00A" : "\uE009"; // Alt on Mac, Ctrl on others
```
// Test Ctrl+Backspace (deleteWordBackward) with non-collapsed selection```suggestion
// Test Ctrl+Backspace with non-collapsed selection
```
Remove `(deleteWordBackward/Forward)` from any test descriptions and expectation strings too
.keyDown(DELETE_WORD_KEY)replace all in the file
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
const DELETE_WORD_KEY = isMacOS ? "\uE00A" : "\uE009"; // Alt on Mac, Ctrl on others```suggestion
const MODIFIER_KEY = isMacOS ? "\uE00A" : "\uE009"; // Alt on Mac, Ctrl on others
```
Done
// Test Ctrl+Backspace (deleteWordBackward) with non-collapsed selection```suggestion
// Test Ctrl+Backspace with non-collapsed selection
```
Remove `(deleteWordBackward/Forward)` from any test descriptions and expectation strings too
Done
.keyDown(DELETE_WORD_KEY)replace all in the file
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |