Skip to content

Commit

Permalink
test success
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Dec 13, 2024
1 parent 4905fe7 commit f85aa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/tests/e2e/test_vizro_ai_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_chart_ui(chromedriver):
# upload file
file_input = webdriver_waiter_css(chromedriver, 'input[type="file"]')
file_input.send_keys(os.path.abspath("tests/tests_utils/genre_popularity_by_country.csv"))
webdriver_click_waiter(chromedriver, '//*[@id="data-upload-id"]')
webdriver_click_waiter(chromedriver, '//*[@id="data-upload"]')

# enter prompt
prompt = webdriver_waiter(chromedriver, '//*[@id="text-area"]')
Expand Down

0 comments on commit f85aa78

Please sign in to comment.