🐞 Bug Summary
The existing Playwright tests have not been updated to use Admin Email and Admin Password as login credentials. The test fixtures still use outdated authentication methods, which prevents the UI tests from running successfully against the current authentication system.
Fixing the test fixtures is foundational to continuing UI testing efforts.
🧩 Affected Component
Playwright test fixtures and authentication helpers.
🔁 Steps to Reproduce
- Run Playwright UI tests
- Tests fail at login/authentication step
- Observe that fixtures are not using current Admin Email/Password credential flow
🤔 Expected Behavior
Playwright test fixtures should:
- Use Admin Email and Admin Password for authentication
- Successfully log in to the admin panel
- Allow UI tests to proceed with authenticated sessions
📓 Logs / Error Output
Tests fail during authentication phase due to credential/login flow mismatch.
🧠 Environment Info
| Key |
Value |
| Affected tests |
Playwright UI tests |
| Component |
Test fixtures |
🧩 Additional Context (optional)
Related to #255.
This is a blocking issue for UI test development. The fixture updates should align with the current email-based authentication system used by the admin panel.
🐞 Bug Summary
The existing Playwright tests have not been updated to use Admin Email and Admin Password as login credentials. The test fixtures still use outdated authentication methods, which prevents the UI tests from running successfully against the current authentication system.
Fixing the test fixtures is foundational to continuing UI testing efforts.
🧩 Affected Component
mcpgateway- UI (admin panel)Playwright test fixtures and authentication helpers.
🔁 Steps to Reproduce
🤔 Expected Behavior
Playwright test fixtures should:
📓 Logs / Error Output
Tests fail during authentication phase due to credential/login flow mismatch.
🧠 Environment Info
🧩 Additional Context (optional)
Related to #255.
This is a blocking issue for UI test development. The fixture updates should align with the current email-based authentication system used by the admin panel.