Remove password-based wallet authentication system, fix visual issues, and ensure consistent theme implementation #32
Annotations
7 errors and 1 notice
|
|
|
e2e/comprehensive-production.spec.ts#L790
2) [chromium] › e2e/comprehensive-production.spec.ts:762:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should load within acceptable time limits
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeLessThan(expected)
Expected: < 5000
Received: NaN
788 | if (performanceMetrics) {
789 | console.log('Performance metrics:', performanceMetrics);
> 790 | expect(performanceMetrics.domContentLoaded).toBeLessThan(5000);
| ^
791 | }
792 | });
793 |
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:790:53
|
|
e2e/comprehensive-production.spec.ts#L790
2) [chromium] › e2e/comprehensive-production.spec.ts:762:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should load within acceptable time limits
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeLessThan(expected)
Expected: < 5000
Received: NaN
788 | if (performanceMetrics) {
789 | console.log('Performance metrics:', performanceMetrics);
> 790 | expect(performanceMetrics.domContentLoaded).toBeLessThan(5000);
| ^
791 | }
792 | });
793 |
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:790:53
|
|
e2e/comprehensive-production.spec.ts#L790
2) [chromium] › e2e/comprehensive-production.spec.ts:762:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should load within acceptable time limits
Error: expect(received).toBeLessThan(expected)
Expected: < 5000
Received: NaN
788 | if (performanceMetrics) {
789 | console.log('Performance metrics:', performanceMetrics);
> 790 | expect(performanceMetrics.domContentLoaded).toBeLessThan(5000);
| ^
791 | }
792 | });
793 |
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:790:53
|
|
e2e/comprehensive-production.spec.ts#L677
1) [chromium] › e2e/comprehensive-production.spec.ts:654:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
675 |
676 | // At least some semantic structure should be present
> 677 | expect(hasLandmarks).toBeTruthy();
| ^
678 | });
679 | });
680 |
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:677:28
|
|
e2e/comprehensive-production.spec.ts#L677
1) [chromium] › e2e/comprehensive-production.spec.ts:654:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
675 |
676 | // At least some semantic structure should be present
> 677 | expect(hasLandmarks).toBeTruthy();
| ^
678 | });
679 | });
680 |
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:677:28
|
|
e2e/comprehensive-production.spec.ts#L677
1) [chromium] › e2e/comprehensive-production.spec.ts:654:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation
Error: expect(received).toBeTruthy()
Received: false
675 |
676 | // At least some semantic structure should be present
> 677 | expect(hasLandmarks).toBeTruthy();
| ^
678 | });
679 | });
680 |
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:677:28
|
|
2 failed
[chromium] › e2e/comprehensive-production.spec.ts:654:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation
[chromium] › e2e/comprehensive-production.spec.ts:762:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should load within acceptable time limits
5 passed (53.1s)
|
The logs for this run have expired and are no longer available.
Loading