mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Merge pull request #758 from keisuke-umezawa/fix/e2e-standalone
Fix standalone e2e test
This commit is contained in:
@@ -52,10 +52,7 @@ def test_load_storage(
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user