Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Nov 18, 2024
1 parent 1bc78c8 commit f5a67bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/tests/vizro_ai_ui/test_vizro_ai_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _text_waiter():
try:
webdriver_waiter(
chromedriver,
'//*[starts-with(@class, "language-python")]',
'//*[starts-with(@class, "language-pytho")]',
)
return True
except (TimeoutException, InvalidSelectorException):
Expand Down

0 comments on commit f5a67bf

Please sign in to comment.