feat(i18n): update resources and add Swedish language (#7247)

close AFF-1279
This commit is contained in:
JimmFly
2024-06-19 02:47:05 +00:00
parent 4edf0b1d85
commit 6c3e13316e
9 changed files with 647 additions and 108 deletions

View File

@@ -75,7 +75,7 @@ test('allow creation of filters by favorite', async ({ 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')