mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
auth.json: - Change absolute URLs (/login, /register) to relative (login, register) so Playwright resolves them against baseURL /workflowui/ correctly - Add switch-to-material click before auth-layout assertions, since login page defaults to Salesforce style templates.json: - Change absolute URLs (/templates, /templates/1) to relative - Add waitForLoadState before category filter click Root cause: basePath='/workflowui' + absolute URL '/login' resolves to http://localhost:3000/login (404), not /workflowui/login Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>