Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 40e990d

Browse files
committed
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop
2 parents be9b19d + 4b1551f commit 40e990d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"recommendations": [
33
"lokalise.i18n-ally",
44
"editorconfig.editorconfig",
5-
"vitest.explorer"
5+
"vitest.explorer",
6+
"ms-playwright.playwright"
67
]
78
}

e2e/i18n.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ test("User can change language from settings", async ({ page, context }) => {
4747

4848
// Select Chinese and ensure the translation is set.
4949
await languageCombobox.selectOption("cn");
50+
51+
// Press the refresh button.
52+
await app.currentNoteSplit.getByRole("button", { name: "Restart the application" }).click();
53+
5054
await expect(app.currentNoteSplit).toContainText("一周的第一天", { timeout: 15000 });
5155
await expect(languageCombobox).toHaveValue("cn");
5256

0 commit comments

Comments
 (0)