Skip to content

Commit

Permalink
Merge pull request #758 from keisuke-umezawa/fix/e2e-standalone
Browse files Browse the repository at this point in the history
Fix standalone e2e test
  • Loading branch information
c-bata authored Jan 17, 2024
2 parents bb09d19 + 9b64a63 commit 2197e79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions e2e_tests/test_standalone/test_study_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ def objective(trial: optuna.Trial) -> float:
create_storage_file(filename)
page.goto(url)
with page.expect_file_chooser() as fc_info:
page.get_by_role(
"button",
name="Load an Optuna Storage Drag your SQLite3 file here or click to browse.",
).click()
page.get_by_role("button").nth(2).click()
file_chooser = fc_info.value
file_chooser.set_files(path)

Expand Down

0 comments on commit 2197e79

Please sign in to comment.