From fbbb2a0ccdc7c2a550bbe28f7d19400b82f62e55 Mon Sep 17 00:00:00 2001
From: Alexey Snigir <alexey_snigir@external.mckinsey.com>
Date: Mon, 18 Nov 2024 13:44:05 +0100
Subject: [PATCH] test failure

---
 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 83f53056f..22f15746a 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, "language-pytho")]',
+                '//*[starts-with(@class, "anguage-python")]',
             )
             return True
         except (TimeoutException, InvalidSelectorException):