// The local-admin credentials every UI-E2E spec uses. Shared rather than duplicated per spec: the // specs run serially against ONE server, so the claim in boot-gate.spec.ts is what every later spec // signs in with — two copies drift the moment one is changed and the break is silent. export const USERNAME = 'e2eadmin'; export const PASSWORD = 'e2e-Passw0rd!';