feat(shared,admin): improve admin dashboard UX across 10 findings #256
Annotations
10 errors, 4 warnings, and 1 notice
|
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:62:5 › Admin Authentication › Wallet Connection Flow › shows wallet modal when connect button clicked:
te▒▒▒▒▒s/specs/admin.auth.spec.ts#L63
3) [chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:62:5 › Admin Authentication › Wallet Connection Flow › shows wallet modal when connect button clicked
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3002/login
Call log:
- navigating to "http://localhost:3002/login", waiting until "load"
61 | te▒▒▒▒▒.describe("Wallet Connection Flow", () => {
62 | te▒▒▒▒▒("shows wallet modal when connect button clicked", async ({ page }) => {
> 63 | await page.goto("/login");
| ^
64 | await page.waitForLoadState("domcontentloaded");
65 | await page.waitForTimeout(1000);
66 |
at /home/runner/work/green-goods/green-goods/te▒▒▒▒▒s/specs/admin.auth.spec.ts:63:18
|
|
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:62:5 › Admin Authentication › Wallet Connection Flow › shows wallet modal when connect button clicked:
te▒▒▒▒▒s/specs/admin.auth.spec.ts#L63
3) [chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:62:5 › Admin Authentication › Wallet Connection Flow › shows wallet modal when connect button clicked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3002/login
Call log:
- navigating to "http://localhost:3002/login", waiting until "load"
61 | te▒▒▒▒▒.describe("Wallet Connection Flow", () => {
62 | te▒▒▒▒▒("shows wallet modal when connect button clicked", async ({ page }) => {
> 63 | await page.goto("/login");
| ^
64 | await page.waitForLoadState("domcontentloaded");
65 | await page.waitForTimeout(1000);
66 |
at /home/runner/work/green-goods/green-goods/te▒▒▒▒▒s/specs/admin.auth.spec.ts:63:18
|
|
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:62:5 › Admin Authentication › Wallet Connection Flow › shows wallet modal when connect button clicked:
te▒▒▒▒▒s/specs/admin.auth.spec.ts#L63
3) [chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:62:5 › Admin Authentication › Wallet Connection Flow › shows wallet modal when connect button clicked
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3002/login
Call log:
- navigating to "http://localhost:3002/login", waiting until "load"
61 | te▒▒▒▒▒.describe("Wallet Connection Flow", () => {
62 | te▒▒▒▒▒("shows wallet modal when connect button clicked", async ({ page }) => {
> 63 | await page.goto("/login");
| ^
64 | await page.waitForLoadState("domcontentloaded");
65 | await page.waitForTimeout(1000);
66 |
at /home/runner/work/green-goods/green-goods/te▒▒▒▒▒s/specs/admin.auth.spec.ts:63:18
|
|
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:39:5 › Admin Authentication › Login Page › prevents access to protected routes without auth:
te▒▒▒▒▒s/specs/admin.auth.spec.ts#L51
2) [chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:39:5 › Admin Authentication › Login Page › prevents access to protected routes without auth
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3002/dashboard
Call log:
- navigating to "http://localhost:3002/dashboard", waiting until "load"
49 |
50 | for (const route of protectedRoutes) {
> 51 | await page.goto(route);
| ^
52 | await page.waitForLoadState("domcontentloaded");
53 |
54 | // Should redirect to login
at /home/runner/work/green-goods/green-goods/te▒▒▒▒▒s/specs/admin.auth.spec.ts:51:20
|
|
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:39:5 › Admin Authentication › Login Page › prevents access to protected routes without auth:
te▒▒▒▒▒s/specs/admin.auth.spec.ts#L51
2) [chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:39:5 › Admin Authentication › Login Page › prevents access to protected routes without auth
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3002/dashboard
Call log:
- navigating to "http://localhost:3002/dashboard", waiting until "load"
49 |
50 | for (const route of protectedRoutes) {
> 51 | await page.goto(route);
| ^
52 | await page.waitForLoadState("domcontentloaded");
53 |
54 | // Should redirect to login
at /home/runner/work/green-goods/green-goods/te▒▒▒▒▒s/specs/admin.auth.spec.ts:51:20
|
|
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:39:5 › Admin Authentication › Login Page › prevents access to protected routes without auth:
te▒▒▒▒▒s/specs/admin.auth.spec.ts#L51
2) [chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:39:5 › Admin Authentication › Login Page › prevents access to protected routes without auth
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3002/dashboard
Call log:
- navigating to "http://localhost:3002/dashboard", waiting until "load"
49 |
50 | for (const route of protectedRoutes) {
> 51 | await page.goto(route);
| ^
52 | await page.waitForLoadState("domcontentloaded");
53 |
54 | // Should redirect to login
at /home/runner/work/green-goods/green-goods/te▒▒▒▒▒s/specs/admin.auth.spec.ts:51:20
|
|
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:17:5 › Admin Authentication › Login Page › displays login page with proper elements:
te▒▒▒▒▒s/specs/admin.auth.spec.ts#L18
1) [chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:17:5 › Admin Authentication › Login Page › displays login page with proper elements
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3002/login
Call log:
- navigating to "http://localhost:3002/login", waiting until "load"
16 | te▒▒▒▒▒.describe("Login Page", () => {
17 | te▒▒▒▒▒("displays login page with proper elements", async ({ page }) => {
> 18 | await page.goto("/login");
| ^
19 | await page.waitForLoadState("domcontentloaded");
20 |
21 | // Check for connect wallet button - use data-te▒▒▒▒▒id or text content
at /home/runner/work/green-goods/green-goods/te▒▒▒▒▒s/specs/admin.auth.spec.ts:18:18
|
|
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:17:5 › Admin Authentication › Login Page › displays login page with proper elements:
te▒▒▒▒▒s/specs/admin.auth.spec.ts#L18
1) [chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:17:5 › Admin Authentication › Login Page › displays login page with proper elements
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3002/login
Call log:
- navigating to "http://localhost:3002/login", waiting until "load"
16 | te▒▒▒▒▒.describe("Login Page", () => {
17 | te▒▒▒▒▒("displays login page with proper elements", async ({ page }) => {
> 18 | await page.goto("/login");
| ^
19 | await page.waitForLoadState("domcontentloaded");
20 |
21 | // Check for connect wallet button - use data-te▒▒▒▒▒id or text content
at /home/runner/work/green-goods/green-goods/te▒▒▒▒▒s/specs/admin.auth.spec.ts:18:18
|
|
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:17:5 › Admin Authentication › Login Page › displays login page with proper elements:
te▒▒▒▒▒s/specs/admin.auth.spec.ts#L18
1) [chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:17:5 › Admin Authentication › Login Page › displays login page with proper elements
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3002/login
Call log:
- navigating to "http://localhost:3002/login", waiting until "load"
16 | te▒▒▒▒▒.describe("Login Page", () => {
17 | te▒▒▒▒▒("displays login page with proper elements", async ({ page }) => {
> 18 | await page.goto("/login");
| ^
19 | await page.waitForLoadState("domcontentloaded");
20 |
21 | // Check for connect wallet button - use data-te▒▒▒▒▒id or text content
at /home/runner/work/green-goods/green-goods/te▒▒▒▒▒s/specs/admin.auth.spec.ts:18:18
|
|
e2e
Testing stopped early after 10 maximum allowed failures.
|
|
e2e
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e
The process '/usr/bin/git' failed with exit code 128
|
|
e2e
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
|
e2e
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
10 failed
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:17:5 › Admin Authentication › Login Page › displays login page with proper elements
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:39:5 › Admin Authentication › Login Page › prevents access to protected routes without auth
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:62:5 › Admin Authentication › Wallet Connection Flow › shows wallet modal when connect button clicked
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:97:5 › Admin Authentication › Wallet Connection Flow › maintains auth state across page reloads
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:149:5 › Admin Authentication › Role-Based Access › shows appropriate UI based on user role
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:187:5 › Admin Authentication › Logout Flow › can logout and return to login page
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:236:5 › Admin Authentication › Error Handling › shows error message for invalid network
[chromium] › te▒▒▒▒▒s/specs/admin.auth.spec.ts:292:5 › Admin Authentication › Session Persistence › maintains session across multiple tabs
[chromium] › te▒▒▒▒▒s/specs/admin.production-flows.ci.spec.ts:51:3 › Admin Production Flows CI › critical flow routes render for authenticated users
[chromium] › te▒▒▒▒▒s/specs/admin.smoke.spec.ts:20:5 › Admin Dashboard › Authentication › redirects unauthenticated /dashboard -> /login
38 did not run
|