Remove password-based wallet authentication system, fix visual issues, and ensure consistent theme implementation #18
Annotations
10 errors and 1 notice
|
e2e/comprehensive-production.spec.ts#L405
4) [chromium] › e2e/comprehensive-production.spec.ts:419:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display wallet dashboard with all components
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
403 | test.beforeEach(async ({ page }) => {
404 | // Set up a mock wallet state for testing main interface
> 405 | await page.goto('/');
| ^
406 | await waitForPageLoad(page);
407 |
408 | // Navigate to wallet interface (may require wallet setup)
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:405:18
|
|
e2e/comprehensive-production.spec.ts#L370
3) [chromium] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/restore
Call log:
- navigating to "http://localhost:3000/restore", waiting until "load"
368 |
369 | test('should validate seed phrase format', async ({ page }) => {
> 370 | await page.goto('/restore');
| ^
371 | await waitForPageLoad(page);
372 |
373 | const seedInput = page.locator('textarea').or(
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:370:18
|
|
e2e/comprehensive-production.spec.ts#L370
3) [chromium] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/restore
Call log:
- navigating to "http://localhost:3000/restore", waiting until "load"
368 |
369 | test('should validate seed phrase format', async ({ page }) => {
> 370 | await page.goto('/restore');
| ^
371 | await waitForPageLoad(page);
372 |
373 | const seedInput = page.locator('textarea').or(
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:370:18
|
|
e2e/comprehensive-production.spec.ts#L370
3) [chromium] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/restore
Call log:
- navigating to "http://localhost:3000/restore", waiting until "load"
368 |
369 | test('should validate seed phrase format', async ({ page }) => {
> 370 | await page.goto('/restore');
| ^
371 | await waitForPageLoad(page);
372 |
373 | const seedInput = page.locator('textarea').or(
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:370:18
|
|
e2e/comprehensive-production.spec.ts#L319
2) [chromium] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/restore
Call log:
- navigating to "http://localhost:3000/restore", waiting until "load"
317 |
318 | test('should restore wallet with valid seed phrase', async ({ page }) => {
> 319 | await page.goto('/restore');
| ^
320 | await waitForPageLoad(page);
321 |
322 | // Should be on restore page
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:319:18
|
|
e2e/comprehensive-production.spec.ts#L319
2) [chromium] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/restore
Call log:
- navigating to "http://localhost:3000/restore", waiting until "load"
317 |
318 | test('should restore wallet with valid seed phrase', async ({ page }) => {
> 319 | await page.goto('/restore');
| ^
320 | await waitForPageLoad(page);
321 |
322 | // Should be on restore page
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:319:18
|
|
e2e/comprehensive-production.spec.ts#L319
2) [chromium] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/restore
Call log:
- navigating to "http://localhost:3000/restore", waiting until "load"
317 |
318 | test('should restore wallet with valid seed phrase', async ({ page }) => {
> 319 | await page.goto('/restore');
| ^
320 | await waitForPageLoad(page);
321 |
322 | // Should be on restore page
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:319:18
|
|
e2e/comprehensive-production.spec.ts#L287
1) [chromium] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/create
Call log:
- navigating to "http://localhost:3000/create", waiting until "load"
285 |
286 | test('should validate password requirements', async ({ page }) => {
> 287 | await page.goto('/create');
| ^
288 | await waitForPageLoad(page);
289 |
290 | const passwordInput = page.locator('input[type="password"]').first();
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:287:18
|
|
e2e/comprehensive-production.spec.ts#L287
1) [chromium] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/create
Call log:
- navigating to "http://localhost:3000/create", waiting until "load"
285 |
286 | test('should validate password requirements', async ({ page }) => {
> 287 | await page.goto('/create');
| ^
288 | await waitForPageLoad(page);
289 |
290 | const passwordInput = page.locator('input[type="password"]').first();
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:287:18
|
|
e2e/comprehensive-production.spec.ts#L287
1) [chromium] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/create
Call log:
- navigating to "http://localhost:3000/create", waiting until "load"
285 |
286 | test('should validate password requirements', async ({ page }) => {
> 287 | await page.goto('/create');
| ^
288 | await waitForPageLoad(page);
289 |
290 | const passwordInput = page.locator('input[type="password"]').first();
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:287:18
|
|
8 failed
[chromium] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements
[chromium] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase
[chromium] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format
[chromium] › e2e/comprehensive-production.spec.ts:419:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display wallet dashboard with all components
[chromium] › e2e/comprehensive-production.spec.ts:441:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should handle wallet navigation tabs
[chromium] › e2e/comprehensive-production.spec.ts:461:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display multi-account functionality
[chromium] › e2e/comprehensive-production.spec.ts:496:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should handle explorer functionality
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Portrait (375x667)
|
The logs for this run have expired and are no longer available.
Loading