nextcloud/tests/playwright/support
Ferdinand Thiessen bca2c7f229
fix(files): proper accessible row name and title for overflow
- resolves https://github.com/nextcloud/server/issues/59203
- resolves https://github.com/nextcloud/server/issues/56611

In the files list before this the accessible name of the button (default
action) was overridden to the default action display name.
But this causes problem for screen readers because then the whole table
row is just called "view" or "download" instead of using the inner text
(e.g. "filename.txt").

This fixes it to rename it `ACTION: FILENAME` instead.

Also when long names were truncated there were no useful title (tooltip)
for it, so it was not possible to get the real name.
This is fixed by always provide a proper tooltip including the full
name.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-07-08 21:33:47 +02:00
..
fixtures test(files): migrate end-to-end tests to PlayWright 2026-07-06 18:22:10 +02:00
sections fix(files): proper accessible row name and title for overflow 2026-07-08 21:33:47 +02:00
utils test(files): migrate end-to-end tests to PlayWright 2026-07-06 18:22:10 +02:00
matchers.ts chore(tests): adjust PlayWright tests to follow ESLint rules 2026-06-24 13:16:04 +02:00