refactor(i18n): lazy load languages (#8456)

closes AF-1397
This commit is contained in:
forehalo
2024-10-10 09:03:06 +00:00
parent f833017e45
commit 9043e6607e
60 changed files with 731 additions and 668 deletions

View File

@@ -34,6 +34,10 @@ test('change language using keyboard', async ({ page }) => {
await page.keyboard.press('ArrowDown', {
delay: 50,
});
// incase the current language is the top one
await page.keyboard.press('ArrowDown', {
delay: 50,
});
await page.keyboard.press('Enter', {
delay: 50,
});