From 99595e3e2fda9b1d934a102fb844876a1717b626 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 14 Jun 2024 20:51:29 +0200 Subject: [PATCH] chore: fix translated test --- umap/tests/integration/test_statics.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/umap/tests/integration/test_statics.py b/umap/tests/integration/test_statics.py index 5fad8a09..4df25705 100644 --- a/umap/tests/integration/test_statics.py +++ b/umap/tests/integration/test_statics.py @@ -40,8 +40,7 @@ def test_javascript_have_been_loaded( expect(page).to_have_url(re.compile(r".*#7/48\..+/13\..+")) expect(page).to_have_url(re.compile(r".*/fr/")) # Should be in French, so hashed locale file has been loaded correctly - # FIXME when labels are chosen and translations pulled from transifex - button = page.get_by_role("button", name="Open browser") + button = page.get_by_role("button", name="Explorateur") expect(button).to_be_visible() button.click() layers = page.locator(".umap-browser .datalayer")