fix tests: simplify anime URL key, increase timeout to 10s

- Change attack-on-titan-2013 → attack-on-titan in UI tests
- Increase wait timeout 5s → 10s for settings-section
- Remove completed task entries from Docs/tasks.md
This commit is contained in:
2026-06-28 17:08:30 +02:00
parent 61b539db6f
commit c6d9615731
6 changed files with 2310 additions and 186 deletions

View File

@@ -20,8 +20,8 @@ Test Teardown Close Browser
# ---------------------------------------------------------------------------
Anime Settings Page Loads
[Documentation] Navigate to anime settings page and verify form elements.
Go To ${BASE_URL}/anime/settings?key=attack-on-titan-2013
Wait For Elements State id=settings-section visible timeout=5s
Go To ${BASE_URL}/anime/settings?key=attack-on-titan
Wait For Elements State id=settings-section visible timeout=10s
Page Title Should Contain Settings
Element Should Be Visible id=settings-section
Element Should Be Visible id=regenerate-nfo-btn
@@ -32,8 +32,8 @@ Anime Settings Page Loads
# ---------------------------------------------------------------------------
Regenerate NFO
[Documentation] Click regenerate NFO and verify success notification.
Go To ${BASE_URL}/anime/settings?key=attack-on-titan-2013
Wait For Elements State id=settings-section visible timeout=5s
Go To ${BASE_URL}/anime/settings?key=attack-on-titan
Wait For Elements State id=settings-section visible timeout=10s
Click id=regenerate-nfo-btn
Wait For Elements State css=#toast-container .toast visible timeout=5s
@@ -42,8 +42,8 @@ Regenerate NFO
# ---------------------------------------------------------------------------
Update Series Settings
[Documentation] Change series settings and save.
Go To ${BASE_URL}/anime/settings?key=attack-on-titan-2013
Wait For Elements State id=settings-section visible timeout=5s
Go To ${BASE_URL}/anime/settings?key=attack-on-titan
Wait For Elements State id=settings-section visible timeout=10s
Fill Text id=field-folder Attack on Titan Custom
Click id=save-db-btn
Wait For Elements State css=#toast-container .toast visible timeout=5s