ui5-uiveri5 icon indicating copy to clipboard operation
ui5-uiveri5 copied to clipboard

Keyboard shortcuts - protractor.Key.chord - no longer working

Open stephanflo opened this issue 2 years ago • 1 comments

Hi,

in my UiVeri5 tests i currently face the issue, that sending keyboard shortcuts (see code snippet below) is no longer working. As the tests did not change, this is an effect of the environment.

E.g.: oEl.sendKeys(protractor.Key.chord(protractor.Key.COMMAND, "a")

UiVeri5 Version: 1.47.5 Chrome Version: 98.0.4758.80 Mac.: macOS Monterey Version 12.2

... this issue is not only observed on my local machine (Mac), but also in the central build environment which is Linux based.

As there isn't really a workaround, any help is highly appreciated.

Best regards, Florian

stephanflo avatar Feb 10 '22 08:02 stephanflo

Is it still reproducible?

hmanchev avatar Apr 08 '22 06:04 hmanchev