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

[full-ci] use universal ctrl-meta modifier #11022

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.

saw-jan commented 1 month ago

PR might need a rebase

ScharfViktor commented 1 month ago

close to favor https://github.com/owncloud/web/pull/11025 because I was having trouble with git