mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Improve test message: replace study_id -> study_name
This commit is contained in:
@@ -24,7 +24,7 @@ describe("PlotHistory Tests", async () => {
|
||||
}
|
||||
|
||||
for (const study of window.mockStudies) {
|
||||
test(`PlotHistory (studyId: ${study.study_id})`, () => {
|
||||
test(`PlotHistory (study name: ${study.study_name})`, () => {
|
||||
setup({ study, dataTestId: `plot-history-${study.study_id}` })
|
||||
expect(
|
||||
screen.getByTestId(`plot-history-${study.study_id}`)
|
||||
|
||||
@@ -24,7 +24,7 @@ describe("TrialTable Tests", async () => {
|
||||
}
|
||||
|
||||
for (const study of window.mockStudies) {
|
||||
test(`TrialTable (studyId: ${study.study_id})`, () => {
|
||||
test(`TrialTable (study name: ${study.study_name})`, () => {
|
||||
setup({ study, dataTestId: `trial-table-${study.study_id}` })
|
||||
expect(
|
||||
screen.getByTestId(`trial-table-${study.study_id}`)
|
||||
|
||||
Reference in New Issue
Block a user