Remove password-based wallet authentication system, fix visual issues, and ensure consistent theme implementation #24
Annotations
10 errors and 1 notice
|
e2e/comprehensive-production.spec.ts#L732
4) [chromium] › e2e/comprehensive-production.spec.ts:730:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle invalid URLs correctly
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/nonexistent-page
Call log:
- navigating to "http://localhost:3000/nonexistent-page", waiting until "load"
730 | test('should handle invalid URLs correctly', async ({ page }) => {
731 | // Test non-existent route
> 732 | await page.goto('/nonexistent-page');
| ^
733 | await waitForPageLoad(page);
734 |
735 | // Should redirect to valid page or show 404
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:732:18
|
|
e2e/comprehensive-production.spec.ts#L707
3) [chromium] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
705 |
706 | test('should handle browser refresh correctly', async ({ page }) => {
> 707 | await page.goto('/');
| ^
708 | await waitForPageLoad(page);
709 |
710 | // Navigate to a page with state
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:707:18
|
|
e2e/comprehensive-production.spec.ts#L707
3) [chromium] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
705 |
706 | test('should handle browser refresh correctly', async ({ page }) => {
> 707 | await page.goto('/');
| ^
708 | await waitForPageLoad(page);
709 |
710 | // Navigate to a page with state
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:707:18
|
|
e2e/comprehensive-production.spec.ts#L707
3) [chromium] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
705 |
706 | test('should handle browser refresh correctly', async ({ page }) => {
> 707 | await page.goto('/');
| ^
708 | await waitForPageLoad(page);
709 |
710 | // Navigate to a page with state
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:707:18
|
|
e2e/comprehensive-production.spec.ts#L681
2) [chromium] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
679 |
680 | test('should handle network failures gracefully', async ({ page }) => {
> 681 | await page.goto('/');
| ^
682 | await waitForPageLoad(page);
683 |
684 | // Go offline
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:681:18
|
|
e2e/comprehensive-production.spec.ts#L681
2) [chromium] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
679 |
680 | test('should handle network failures gracefully', async ({ page }) => {
> 681 | await page.goto('/');
| ^
682 | await waitForPageLoad(page);
683 |
684 | // Go offline
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:681:18
|
|
e2e/comprehensive-production.spec.ts#L681
2) [chromium] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
679 |
680 | test('should handle network failures gracefully', async ({ page }) => {
> 681 | await page.goto('/');
| ^
682 | await waitForPageLoad(page);
683 |
684 | // Go offline
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:681:18
|
|
e2e/comprehensive-production.spec.ts#L652
1) [chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
650 |
651 | test('should work with screen reader simulation', async ({ page }) => {
> 652 | await page.goto('/');
| ^
653 | await waitForPageLoad(page);
654 |
655 | // Check for proper semantic structure
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:652:18
|
|
e2e/comprehensive-production.spec.ts#L652
1) [chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
650 |
651 | test('should work with screen reader simulation', async ({ page }) => {
> 652 | await page.goto('/');
| ^
653 | await waitForPageLoad(page);
654 |
655 | // Check for proper semantic structure
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:652:18
|
|
e2e/comprehensive-production.spec.ts#L652
1) [chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
650 |
651 | test('should work with screen reader simulation', async ({ page }) => {
> 652 | await page.goto('/');
| ^
653 | await waitForPageLoad(page);
654 |
655 | // Check for proper semantic structure
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:652:18
|
|
7 failed
[chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation
[chromium] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully
[chromium] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly
[chromium] › e2e/comprehensive-production.spec.ts:730:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle invalid URLs correctly
[chromium] › e2e/comprehensive-production.spec.ts:759:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should load within acceptable time limits
[chromium] › e2e/comprehensive-production.spec.ts:791:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should handle concurrent user interactions
[chromium] › e2e/comprehensive-production.spec.ts:822:9 › SVMSeek Wallet - Comprehensive Production Tests › Data Persistence › should persist theme and language preferences
|
The logs for this run have expired and are no longer available.
Loading