From 5b6c718017ade022d185c63a2196a3c90dda31bc Mon Sep 17 00:00:00 2001 From: Alexey Snigir Date: Mon, 18 Nov 2024 13:47:13 +0100 Subject: [PATCH] test success --- vizro-ai/tests/vizro_ai_ui/test_vizro_ai_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-ai/tests/vizro_ai_ui/test_vizro_ai_ui.py b/vizro-ai/tests/vizro_ai_ui/test_vizro_ai_ui.py index 22f15746a..d5d55423b 100644 --- a/vizro-ai/tests/vizro_ai_ui/test_vizro_ai_ui.py +++ b/vizro-ai/tests/vizro_ai_ui/test_vizro_ai_ui.py @@ -50,7 +50,7 @@ def _text_waiter(): try: webdriver_waiter( chromedriver, - '//*[starts-with(@class, "anguage-python")]', + '//*[starts-with(@class, "language-python")]', ) return True except (TimeoutException, InvalidSelectorException):