This commit is contained in:
keisuke umezawa
2023-07-02 14:57:55 +09:00
committed by GitHub
parent 529fa0567f
commit 7a952946b6
@@ -2,7 +2,7 @@ import optuna
from playwright.sync_api import Page
def test_history_xaxis_datetime_start_click(
def test_history_xaxis_click(
page: Page,
storage: optuna.storages.InMemoryStorage,
server_url: str,
@@ -33,4 +33,4 @@ def test_history_xaxis_datetime_start_click(
assert element is not None
title = element.text_content()
assert title is not None
assert study_name in title
assert study_name in title