[tests] Fix and refactor e2e test "Same keys" in "translations_spec.js" (#3809)

While working on the translations (in #3792 and #3794) I realised that
the e2e "Same keys" tests were not working entirely. There was also a
TODO entry for this in the test, as well as a try-catch-block
workaround. I therefore fixed and refactored it.

I also sorted the translations in `translations/translations.js`, so
that the test outputs are alphabetically.
This commit is contained in:
Kristjan ESPERANTO
2025-06-09 12:56:22 +02:00
committed by GitHub
parent faf15ad211
commit 2194ffd929
3 changed files with 86 additions and 83 deletions

View File

@@ -45,6 +45,7 @@ planned for 2025-07-01
- [calendar] fix fullday event rrule until with timezone offset (#3781)
- [feat] Add rule `no-undef` in config file validation to fix #3785 (#3786)
- [fonts] Fix `roboto.css` to avoid error message `Unknown descriptor 'var(' in @font-face rule.` in firefox console (#3787)
- [tests] Fix and refactor e2e test `Same keys` in `translations_spec.js` (#3809)
### Updated