diff --git a/docs/GETTING-STARTED.md b/docs/GETTING-STARTED.md index 505ac9a0..11079e57 100644 --- a/docs/GETTING-STARTED.md +++ b/docs/GETTING-STARTED.md @@ -69,9 +69,14 @@ pnpm dev pnpm tauri dev # Run tests -pnpm test # Vitest unit tests -cargo test # Rust tests (from src-tauri/) -pnpm playwright:smoke # Curated Playwright core smoke lane (~5 min) +pnpm test # Vitest unit tests +cargo test # Rust tests (from src-tauri/) + +# Or, run Rust tests from root project directory +cargo test --manifest-path src-tauri/Cargo.toml + +# E2E tests +pnpm playwright:smoke # Curated Playwright core smoke lane (~5 min) pnpm playwright:regression # Full Playwright regression suite ``` diff --git a/lara.yaml b/lara.yaml index 019e042f..f09d358b 100644 --- a/lara.yaml +++ b/lara.yaml @@ -24,6 +24,7 @@ locales: - vi - pl-PL - be-BY + - id-ID files: json: diff --git a/src/components/SettingsBodyNav.tsx b/src/components/SettingsBodyNav.tsx index b930fe48..10b7dabc 100644 --- a/src/components/SettingsBodyNav.tsx +++ b/src/components/SettingsBodyNav.tsx @@ -27,7 +27,7 @@ export function SettingsBodyNav({ t }: SettingsBodyNavProps) { ] return ( -
+
{items.map((item) => (