Merge branch 'refactor/foritify_tests' of https://git.ramvignesh.dev/me/pi-ku into feature/home_revamp
CI / Generate Certificates (pull_request) Successful in 25s
CI / Frontend CI (pull_request) Successful in 1m5s
CI / Backend CI (pull_request) Failing after 30s
CI / E2E Tests (pull_request) Failing after 15s

This commit is contained in:
me
2026-05-08 05:22:51 +05:30
parent aeead98570
commit b29218b6e6
12 changed files with 392 additions and 403 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export default function Login() {
{apiError && (
<div className="alert alert-error text-xs py-2 rounded-md">
<span>{apiError}</span>
<span data-testid="login-error-message">{apiError}</span>
</div>
)}