What problem does it solve? Manually confirming that the EAF Angular admin UI renders correctly after deployment is slow and error-prone. This Skill automates visual end-to-end verification of login, dashboard, gateway selection, and subscriptions pages, catching console errors, page errors, and 5xx responses. ## Core Features & Use Cases - Automated Login Flow: Fills the seeded admin credentials, handles the social/external login view fallback, and waits for the dashboard route. - Page Render Verification: Checks the dashboard, /account/gateway-selection, and /app/admin/subscriptions pages using known selectors like #TenantDashboard, #GatewayName, and #SubscriptionsFilterText. - Screenshot Capture & Error Reporting: Saves full-page screenshots (01-login-page through 04-subscriptions) and reports console errors, page errors, and 5xx responses. - Use Case: After bringing up the full Docker stack, run the verification script to confirm the admin UI at http://localhost:4200 logs in and renders all payment/subscription screens without errors. ## Quick Start Run the Playwright verification script to visually check the EAF Angular admin UI login, dashboard, gateway selection, and subscriptions pages.