kimimgo commented on PR #63979: URL: https://github.com/apache/airflow/pull/63979#issuecomment-4106207949
Ran the tests locally with `breeze testing ui-e2e-tests --test-pattern 'variable.spec.ts'`. All 5 tests failed due to **locale mismatch** — my local Airflow renders in Korean (e.g. "변수 추가" instead of "Add Variable"), so English-text locators fail. Not related to PR changes. The test file parses correctly (`playwright test --list` shows all 15 cases across 3 browsers), and the locator patterns are syntactically valid. Could you verify with an English locale, or should I set `locale: 'en-US'` in the Playwright config? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
