Files
metabuilder/frontends/workflowui/playwright
johndoe6345789 f646cfe9c0 fix(e2e): fix workflowui playwright test URLs and login style
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>
2026-03-11 14:00:12 +00:00
..