This test is not assigned to your role. You can review it for reference, but it won't count toward your test run.ERR TEST-ERR-001 UC: UC-21.1Unauthenticated AccessUserback Reference: Loading... CopyPrerequisitesUser is not logged inA private/incognito browser window is availableTest CredentialsRole: N/AEmail: N/APassword: N/ATest Steps # Action Expected Result Screenshot Result1Open a private/incognito browser windowClean browser session with no existing cookies or session data- ✓ ✗ ― 2Navigate directly to a protected URL: https://unified.avnc.net/companiesSystem returns an HTTP 401 response- ✓ ✗ ― 3Verify the response body contains the login form embedded in the 401 response – not a redirect to /loginLogin form is rendered inline in the 401 response body. No redirect occurs. The URL remains /companies (or shows the 401 page). There is NO /login route.- ✓ ✗ ― 4Enter valid credentials in the embedded login form and submitCredentials are accepted and a session is created- ✓ ✗ ― 5Verify the user is taken to the dashboard (not the originally requested /companies URL)Dashboard loads – the system does not redirect to the originally requested protected URL- ✓ ✗ ― Acceptance Criteria Protected URLs return HTTP 401 with the login form embedded in the response body No redirect to /login occurs (no such route exists) After login, user is taken to the dashboard, not the originally requested URL Login form is fully functional within the 401 responseUnauthorized Access (Wrong Permission) →