chore(i18n): cleanup i18n file (#8318)

This commit is contained in:
EYHN
2024-09-20 06:25:17 +00:00
parent bed70cd51a
commit 096f50b83b
12 changed files with 110 additions and 444 deletions

View File

@@ -74,8 +74,7 @@ test('allow creation of filters by favorite', async ({ page }) => {
await openHomePage(page);
await waitForEditorLoad(page);
await clickSideBarAllPageButton(page);
// playwright first language is en-US
await createFirstFilter(page, 'Favorited');
await createFirstFilter(page, 'Favourited');
await page
.locator('[data-testid="filter-arg"]', { hasText: 'true' })
.locator('div')