fix e2e: update selectors and fail2ban check
Some checks are pending
CI / Backend Tests (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Type Check (push) Waiting to run
CI / Import Boundary (push) Waiting to run
CI / OpenAPI Breaking Changes (push) Waiting to run
CI / OpenAPI Baseline Commit (push) Waiting to run

- 01_setup_and_auth: use xpath alert locator instead of css
- 02_ban_records: check fail2ban-client status instead of custom script
- Docs/Tasks.md: remove resolved task entries
This commit is contained in:
2026-06-21 20:30:52 +02:00
parent db17f3571b
commit 42d5c2a01f
3 changed files with 8 additions and 49 deletions

View File

@@ -128,7 +128,7 @@ Incomplete Password Shows Complexity Error
Fill Text css=input[aria-label="Master Password"] short
Click css=button[type="submit"]
Wait For Elements State css=[aria-label="Master Password"] attached timeout=5s
Wait For Elements State xpath=//*[@aria-label="Master Password"]/ancestor::*[contains(@class,"field")]//*[@role="alert"] visible timeout=10s
${msg}= Get Text xpath=//*[@aria-label="Master Password"]/ancestor::*[contains(@class,"field")]//*[@role="alert"]
Should Contain ${msg} Password must meet all complexity requirements.