fix(ui): update dashboard test assertion text

Change Toast assertion from 'queue' to 'verbund' to match actual UI text.
Remove completed Task 3 docs.
This commit is contained in:
2026-07-02 20:52:59 +02:00
parent 097138376a
commit 34c1469517
2 changed files with 1 additions and 14 deletions

View File

@@ -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`

View File

@@ -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