SAP / ui5-uiveri5

End-to-end testing framework for SAPUI5
Apache License 2.0
120 stars 56 forks source link

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

Open stephanflo opened 2 years ago

stephanflo commented 2 years ago

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

hmanchev commented 2 years ago

Is it still reproducible?