This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new bd08e77d962 Add locale configuration to Playwright test settings 
(#64125)
bd08e77d962 is described below

commit bd08e77d9626ab76ec58b8b72eed942501bfca0c
Author: Yeonguk Choo <[email protected]>
AuthorDate: Fri Mar 27 02:03:01 2026 +0900

    Add locale configuration to Playwright test settings (#64125)
---
 airflow-core/src/airflow/ui/playwright.config.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow-core/src/airflow/ui/playwright.config.ts 
b/airflow-core/src/airflow/ui/playwright.config.ts
index 36351c3bc86..c6ec3b76170 100644
--- a/airflow-core/src/airflow/ui/playwright.config.ts
+++ b/airflow-core/src/airflow/ui/playwright.config.ts
@@ -124,6 +124,7 @@ export default defineConfig({
   use: {
     actionTimeout: 10_000,
     baseURL: process.env.AIRFLOW_UI_BASE_URL ?? "http://localhost:28080";,
+    locale: "en-US",
     screenshot: "only-on-failure",
     trace: "on-first-retry",
     video: "retain-on-failure",

Reply via email to