From 34c1469517b9c48287c3c451cea0a785393c29cf Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 2 Jul 2026 20:52:59 +0200 Subject: [PATCH] fix(ui): update dashboard test assertion text Change Toast assertion from 'queue' to 'verbund' to match actual UI text. Remove completed Task 3 docs. --- Docs/tasks.md | 13 ------------- tests/robot/ui/dashboard.robot | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/Docs/tasks.md b/Docs/tasks.md index 23d89a2..f1f9a16 100644 --- a/Docs/tasks.md +++ b/Docs/tasks.md @@ -1,16 +1,3 @@ -## Task 3: Fix `Robot.Ui.Anime Settings.Update Series Settings` - -**Test File:** `tests/robot/ui/anime_settings.robot` - -**Error:** -``` -No keyword with name 'Execute JavaScript' found. -``` - -**Same fix as Task 1.** Apply the same replacement for `Execute JavaScript` → `Evaluate JavaScript`. - ---- - ## Task 4: Fix `Robot.Ui.Dashboard.Download Selected` **Test File:** `tests/robot/ui/dashboard.robot` diff --git a/tests/robot/ui/dashboard.robot b/tests/robot/ui/dashboard.robot index 76d32fe..e4fad1a 100644 --- a/tests/robot/ui/dashboard.robot +++ b/tests/robot/ui/dashboard.robot @@ -109,5 +109,5 @@ Download Selected IF ${count} > 0 Click .series-card input[type="checkbox"] >> nth=0 Click id=download-selected - Toast Should Contain queue + Toast Should Contain verbund END