owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
421 stars 157 forks source link

[test-only]use universal ctrl-meta modifier #11025

Closed ScharfViktor closed 1 month ago

ScharfViktor commented 1 month ago

page.keyboard.press('Control+A') didn't work on macOs, so we had to change it to page.keyboard.press('Meta+A') to run locally.

This has been fixed in the latest version, so now we can use it like await page.keyboard.press('ControlOrMeta+A')

update-docs[bot] commented 1 month ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud