This commit is contained in:
2026-06-21 12:32:44 +02:00
parent 107158eb04
commit be3e180137
27 changed files with 5037 additions and 20 deletions

View File

@@ -1,23 +1,3 @@
### Task INFRA-2: Fix Suite Teardown — Close Browser Keyword Argument Mismatch
- **Failing Step**: `Suite Teardown → Close Browser`
- **Failure Message**: `Keyword 'common.Close Browser' expected 0 arguments, got 1`
- **Files to Check**:
- `tests/robot/__init__.robot`
- `tests/robot/resources/common.resource`
- `tests/robot/resources/ui_keywords.resource`
- **Reference Docs**:
- `Docs/TESTING.md`
- **Expected Behavior**:
- The suite teardown should cleanly close the browser and stop the server without errors.
- **Actual Behavior**:
- The `Close Browser` keyword is being called with an argument (likely `${BROWSER}` or similar), but the keyword definition expects 0 arguments.
- **Suggested Fix**:
- Review `__init__.robot` line: `Close Browser` — remove any passed arguments.
- Or, if a custom wrapper keyword is intended, define it in `ui_keywords.resource` and call that instead.
---
## API Tests — `Robot.Api.Anime` (14 tests, 0 passed, 14 failed)
> **Parent Suite Setup Failed**: `Server did not become healthy within 30 seconds`