MM-61566 - focus first focusable element (#30294)

* MM-61566 - focus first focusable element

* adjust e2e tests to new focused element

* adjust real-events library to use with cypress
Этот коммит содержится в:
Pablo Vélez
2025-03-12 23:10:07 +01:00
коммит произвёл GitHub
родитель cc92ee79c9
Коммит 2102391672
7 изменённых файлов: 73 добавлений и 18 удалений

Просмотреть файл

@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "esnext",
"lib": ["esnext", "dom"],
"types": ["cypress", "cypress-wait-until", "@testing-library/cypress", "node"],
"types": ["cypress", "cypress-wait-until", "cypress-real-events", "@testing-library/cypress", "node"],
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "node",