fix: unify activity labels and Russian plurals

This commit is contained in:
ik
2026-09-06 13:31:44 +07:00
parent a4b51027e2
commit 366ff83a60
11 changed files with 72 additions and 27 deletions
+1
View File
@@ -2,6 +2,7 @@ import { defineConfig } from "@playwright/test";
export default defineConfig({
testDir: "./tests",
testIgnore: "**/unit/**",
use: { baseURL: process.env.WEB_URL || "http://127.0.0.1:4321" },
retries: 0,
});