diff --git a/core/src/utils/test/playwright/docs/best-practices.md b/core/src/utils/test/playwright/docs/best-practices.md index 79d79653de..d17cd250dd 100644 --- a/core/src/utils/test/playwright/docs/best-practices.md +++ b/core/src/utils/test/playwright/docs/best-practices.md @@ -18,6 +18,7 @@ This guide details best practices that should be followed when writing E2E tests - [Test for positive and negative cases](#practice-positive-negative) - [Start your test with the configuration or layout in place if possible](#practice-test-config) - [Place your test closest to the fix or feature](#practice-test-close) +- [Account for different locales when writing tests](#practice-locales)