@@ -125,3 +125,10 @@ test('renders the login page with its Vite-resolved black-hole background', asyn
...
@@ -125,3 +125,10 @@ test('renders the login page with its Vite-resolved black-hole background', asyn
expect(backgroundImage).toContain('url(');
expect(backgroundImage).toContain('url(');
expect(backgroundImage).toContain('black_hole');
expect(backgroundImage).toContain('black_hole');
});
});
/** Plain purpose: keep the password input inside the browser-autofill compatibility container used by the working 5173 login page. Related files: LoginView.js, app.css. Flow: password autofill -> compatibility container/style -> user submits the real login form. */
test('keeps the password input inside its autofill compatibility wrapper',async({page})=>{