Skip to content

Remove password-based wallet authentication system, fix visual issues, and ensure consistent theme implementation #18

Remove password-based wallet authentication system, fix visual issues, and ensure consistent theme implementation

Remove password-based wallet authentication system, fix visual issues, and ensure consistent theme implementation #18

Re-run triggered August 2, 2025 17:09
Status Failure
Total duration 8m 0s
Artifacts 34
Matrix: Comprehensive E2E Tests
Matrix: Cross-Browser Tests
Matrix: Mobile UX Tests
Matrix: Visual Regression Tests
Performance Tests
7m 40s
Performance Tests
Accessibility Tests
5m 7s
Accessibility Tests
Production Health Check
0s
Production Health Check
Consolidate Test Results
11s
Consolidate Test Results
Fit to window
Zoom out
Zoom in

Annotations

177 errors and 14 notices
Cross-Browser Tests (firefox, wallet-creation)
Process completed with exit code 1.
Cross-Browser Tests (firefox, wallet-creation)
Error: No tests found. Make sure that arguments are regular expressions matching test files. You may need to escape symbols like "$" or "*" and quote the arguments.
Cross-Browser Tests (firefox, multi-account)
The operation was canceled.
Cross-Browser Tests (firefox, multi-account)
Error: No tests found. Make sure that arguments are regular expressions matching test files. You may need to escape symbols like "$" or "*" and quote the arguments.
Cross-Browser Tests (firefox, multi-account)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Mobile UX Tests (Pixel 5)
Process completed with exit code 1.
Cross-Browser Tests (webkit, wallet-restore)
The operation was canceled.
Cross-Browser Tests (webkit, wallet-restore)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Cross-Browser Tests (firefox, explorer)
The operation was canceled.
Cross-Browser Tests (firefox, explorer)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Cross-Browser Tests (firefox, wallet-restore)
The operation was canceled.
Cross-Browser Tests (firefox, wallet-restore)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Cross-Browser Tests (chromium, explorer)
The operation was canceled.
Cross-Browser Tests (chromium, explorer)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Cross-Browser Tests (chromium, multi-account)
The operation was canceled.
Cross-Browser Tests (chromium, multi-account)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Cross-Browser Tests (chromium, wallet-restore)
The operation was canceled.
Cross-Browser Tests (chromium, wallet-restore)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Cross-Browser Tests (webkit, multi-account)
The operation was canceled.
Cross-Browser Tests (webkit, multi-account)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Cross-Browser Tests (webkit, explorer)
The operation was canceled.
Cross-Browser Tests (webkit, explorer)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Cross-Browser Tests (chromium, wallet-creation)
The operation was canceled.
Cross-Browser Tests (chromium, wallet-creation)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
Cross-Browser Tests (webkit, wallet-creation)
The operation was canceled.
Cross-Browser Tests (webkit, wallet-creation)
The strategy configuration was canceled because "cross-browser-tests.firefox_wallet-creation" failed
[chromium] › e2e/comprehensive-production.spec.ts:730:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle invalid URLs correctly: 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
[chromium] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly: 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
[chromium] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly: 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
[chromium] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly: 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
[chromium] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully: 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
[chromium] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully: 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
[chromium] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully: 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
[chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: 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
[chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: 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
[chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: 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
Mobile UX Tests (iPad Pro)
The operation was canceled.
Mobile UX Tests (iPad Pro)
The strategy configuration was canceled because "mobile-ux-tests.Pixel_5" failed
Mobile UX Tests (iPhone 12)
The operation was canceled.
Mobile UX Tests (iPhone 12)
The strategy configuration was canceled because "mobile-ux-tests.Pixel_5" failed
[Mobile Chrome] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: <anonymous>#L293
4) [Mobile Chrome] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Error: page.evaluate: SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document. at UtilityScript.evaluate (<anonymous>:293:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at UtilityScript.evaluate (<anonymous>:293:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at clearAppState (/home/runner/work/svmseek/svmseek/e2e/visual-regression.spec.ts:47:14) at /home/runner/work/svmseek/svmseek/e2e/visual-regression.spec.ts:65:11
[webkit] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: e2e/visual-regression.spec.ts#L0
3) [webkit] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: browserType.launch: Executable doesn't exist at /home/runner/work/svmseek/svmseek/playwright-browsers/webkit-2191/pw_run.sh ╔═════════════════════════════════════════════════════════════════════════╗ ║ Looks like Playwright Test or Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ npx playwright install ║ ║ ║ ║ <3 Playwright Team ║ ╚═════════════════════════════════════════════════════════════════════════╝
[webkit] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: e2e/visual-regression.spec.ts#L0
3) [webkit] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: browserType.launch: Executable doesn't exist at /home/runner/work/svmseek/svmseek/playwright-browsers/webkit-2191/pw_run.sh ╔═════════════════════════════════════════════════════════════════════════╗ ║ Looks like Playwright Test or Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ npx playwright install ║ ║ ║ ║ <3 Playwright Team ║ ╚═════════════════════════════════════════════════════════════════════════╝
[webkit] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: e2e/visual-regression.spec.ts#L0
3) [webkit] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Error: browserType.launch: Executable doesn't exist at /home/runner/work/svmseek/svmseek/playwright-browsers/webkit-2191/pw_run.sh ╔═════════════════════════════════════════════════════════════════════════╗ ║ Looks like Playwright Test or Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ npx playwright install ║ ║ ║ ║ <3 Playwright Team ║ ╚═════════════════════════════════════════════════════════════════════════╝
[firefox] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: e2e/visual-regression.spec.ts#L0
2) [firefox] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: browserType.launch: Executable doesn't exist at /home/runner/work/svmseek/svmseek/playwright-browsers/firefox-1489/firefox/firefox ╔═════════════════════════════════════════════════════════════════════════╗ ║ Looks like Playwright Test or Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ npx playwright install ║ ║ ║ ║ <3 Playwright Team ║ ╚═════════════════════════════════════════════════════════════════════════╝
[firefox] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: e2e/visual-regression.spec.ts#L0
2) [firefox] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: browserType.launch: Executable doesn't exist at /home/runner/work/svmseek/svmseek/playwright-browsers/firefox-1489/firefox/firefox ╔═════════════════════════════════════════════════════════════════════════╗ ║ Looks like Playwright Test or Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ npx playwright install ║ ║ ║ ║ <3 Playwright Team ║ ╚═════════════════════════════════════════════════════════════════════════╝
[firefox] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: e2e/visual-regression.spec.ts#L0
2) [firefox] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Error: browserType.launch: Executable doesn't exist at /home/runner/work/svmseek/svmseek/playwright-browsers/firefox-1489/firefox/firefox ╔═════════════════════════════════════════════════════════════════════════╗ ║ Looks like Playwright Test or Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ npx playwright install ║ ║ ║ ║ <3 Playwright Team ║ ╚═════════════════════════════════════════════════════════════════════════╝
[chromium] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: <anonymous>#L293
1) [chromium] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document. at UtilityScript.evaluate (<anonymous>:293:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at UtilityScript.evaluate (<anonymous>:293:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at clearAppState (/home/runner/work/svmseek/svmseek/e2e/visual-regression.spec.ts:47:14) at /home/runner/work/svmseek/svmseek/e2e/visual-regression.spec.ts:65:11
[chromium] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: <anonymous>#L293
1) [chromium] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document. at UtilityScript.evaluate (<anonymous>:293:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at UtilityScript.evaluate (<anonymous>:293:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at clearAppState (/home/runner/work/svmseek/svmseek/e2e/visual-regression.spec.ts:47:14) at /home/runner/work/svmseek/svmseek/e2e/visual-regression.spec.ts:65:11
[chromium] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme: <anonymous>#L293
1) [chromium] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme Error: page.evaluate: SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document. at UtilityScript.evaluate (<anonymous>:293:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at UtilityScript.evaluate (<anonymous>:293:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at clearAppState (/home/runner/work/svmseek/svmseek/e2e/visual-regression.spec.ts:47:14) at /home/runner/work/svmseek/svmseek/e2e/visual-regression.spec.ts:65:11
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Desktop (1440x900): e2e/comprehensive-production.spec.ts#L534
4) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Desktop (1440x900) Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768): e2e/comprehensive-production.spec.ts#L534
3) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768): e2e/comprehensive-production.spec.ts#L534
3) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768): e2e/comprehensive-production.spec.ts#L534
3) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024): e2e/comprehensive-production.spec.ts#L534
2) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024): e2e/comprehensive-production.spec.ts#L534
2) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024): e2e/comprehensive-production.spec.ts#L534
2) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375): e2e/comprehensive-production.spec.ts#L534
1) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375): e2e/comprehensive-production.spec.ts#L534
1) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375): e2e/comprehensive-production.spec.ts#L534
1) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
Visual Regression Tests (paper-white)
The operation was canceled.
Visual Regression Tests (paper-white)
The strategy configuration was canceled because "visual-regression-tests.cyberpunk-pink" failed
Visual Regression Tests (eink-grayscale)
The operation was canceled.
Visual Regression Tests (eink-grayscale)
The strategy configuration was canceled because "visual-regression-tests.cyberpunk-pink" failed
Visual Regression Tests (solarized-dark)
The operation was canceled.
Visual Regression Tests (solarized-dark)
The strategy configuration was canceled because "visual-regression-tests.cyberpunk-pink" failed
[firefox] › e2e/comprehensive-production.spec.ts:730:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle invalid URLs correctly: e2e/comprehensive-production.spec.ts#L732
4) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly: e2e/comprehensive-production.spec.ts#L707
3) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly: e2e/comprehensive-production.spec.ts#L707
3) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly: e2e/comprehensive-production.spec.ts#L707
3) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully: e2e/comprehensive-production.spec.ts#L681
2) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully: e2e/comprehensive-production.spec.ts#L681
2) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully: e2e/comprehensive-production.spec.ts#L681
2) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: e2e/comprehensive-production.spec.ts#L652
1) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: e2e/comprehensive-production.spec.ts#L652
1) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: e2e/comprehensive-production.spec.ts#L652
1) [firefox] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation Error: page.goto: NS_ERROR_CONNECTION_REFUSED 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
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Desktop (1440x900): e2e/comprehensive-production.spec.ts#L534
4) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Desktop (1440x900) Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768): e2e/comprehensive-production.spec.ts#L534
3) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768): e2e/comprehensive-production.spec.ts#L534
3) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768): e2e/comprehensive-production.spec.ts#L534
3) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024): e2e/comprehensive-production.spec.ts#L534
2) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024): e2e/comprehensive-production.spec.ts#L534
2) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024): e2e/comprehensive-production.spec.ts#L534
2) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375): e2e/comprehensive-production.spec.ts#L534
1) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375): e2e/comprehensive-production.spec.ts#L534
1) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375): e2e/comprehensive-production.spec.ts#L534
1) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Русский: e2e/comprehensive-production.spec.ts#L170
4) [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Русский Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español: e2e/comprehensive-production.spec.ts#L170
3) [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español: e2e/comprehensive-production.spec.ts#L170
3) [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español: e2e/comprehensive-production.spec.ts#L170
3) [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English: e2e/comprehensive-production.spec.ts#L170
2) [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English: e2e/comprehensive-production.spec.ts#L170
2) [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English: e2e/comprehensive-production.spec.ts#L170
2) [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[chromium] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection: e2e/comprehensive-production.spec.ts#L132
1) [chromium] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 130 | 131 | test('should complete full onboarding with language and theme selection', async ({ page }) => { > 132 | await page.goto('/'); | ^ 133 | await waitForPageLoad(page); 134 | 135 | // Should show onboarding/language selection first at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:132:18
[chromium] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection: e2e/comprehensive-production.spec.ts#L132
1) [chromium] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 130 | 131 | test('should complete full onboarding with language and theme selection', async ({ page }) => { > 132 | await page.goto('/'); | ^ 133 | await waitForPageLoad(page); 134 | 135 | // Should show onboarding/language selection first at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:132:18
[chromium] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection: e2e/comprehensive-production.spec.ts#L132
1) [chromium] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 130 | 131 | test('should complete full onboarding with language and theme selection', async ({ page }) => { > 132 | await page.goto('/'); | ^ 133 | await waitForPageLoad(page); 134 | 135 | // Should show onboarding/language selection first at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:132:18
[chromium] › e2e/comprehensive-production.spec.ts:419:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display wallet dashboard with all components: 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
[chromium] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format: 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
[chromium] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format: 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
[chromium] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format: 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
[chromium] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase: 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
[chromium] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase: 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
[chromium] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase: 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
[chromium] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements: 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
[chromium] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements: 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
[chromium] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements: 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
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Desktop (1440x900): e2e/comprehensive-production.spec.ts#L534
4) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Desktop (1440x900) Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768): e2e/comprehensive-production.spec.ts#L534
3) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768): e2e/comprehensive-production.spec.ts#L534
3) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768): e2e/comprehensive-production.spec.ts#L534
3) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024): e2e/comprehensive-production.spec.ts#L534
2) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024): e2e/comprehensive-production.spec.ts#L534
2) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024): e2e/comprehensive-production.spec.ts#L534
2) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375): e2e/comprehensive-production.spec.ts#L534
1) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375): e2e/comprehensive-production.spec.ts#L534
1) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375): e2e/comprehensive-production.spec.ts#L534
1) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 532 | test(`should work correctly on ${viewport.name} (${viewport.width}x${viewport.height})`, async ({ page }) => { 533 | await page.setViewportSize({ width: viewport.width, height: viewport.height }); > 534 | await page.goto('/'); | ^ 535 | await waitForPageLoad(page); 536 | 537 | // Test main page elements are visible and properly sized at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:534:20
[webkit] › e2e/comprehensive-production.spec.ts:730:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle invalid URLs correctly: e2e/comprehensive-production.spec.ts#L732
4) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly: e2e/comprehensive-production.spec.ts#L707
3) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly: e2e/comprehensive-production.spec.ts#L707
3) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly: e2e/comprehensive-production.spec.ts#L707
3) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully: e2e/comprehensive-production.spec.ts#L681
2) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully: e2e/comprehensive-production.spec.ts#L681
2) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully: e2e/comprehensive-production.spec.ts#L681
2) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: e2e/comprehensive-production.spec.ts#L652
1) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: e2e/comprehensive-production.spec.ts#L652
1) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: e2e/comprehensive-production.spec.ts#L652
1) [webkit] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation Error: page.goto: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:419:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display wallet dashboard with all components: e2e/comprehensive-production.spec.ts#L405
4) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format: e2e/comprehensive-production.spec.ts#L370
3) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format: e2e/comprehensive-production.spec.ts#L370
3) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format: e2e/comprehensive-production.spec.ts#L370
3) [webkit] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format Error: page.goto: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase: e2e/comprehensive-production.spec.ts#L319
2) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase: e2e/comprehensive-production.spec.ts#L319
2) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase: e2e/comprehensive-production.spec.ts#L319
2) [webkit] › 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: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements: e2e/comprehensive-production.spec.ts#L287
1) [webkit] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements: e2e/comprehensive-production.spec.ts#L287
1) [webkit] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements: e2e/comprehensive-production.spec.ts#L287
1) [webkit] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements Error: page.goto: Could not connect to localhost: Connection refused 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
[webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Русский: e2e/comprehensive-production.spec.ts#L170
4) [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Русский Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español: e2e/comprehensive-production.spec.ts#L170
3) [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español: e2e/comprehensive-production.spec.ts#L170
3) [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español: e2e/comprehensive-production.spec.ts#L170
3) [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English: e2e/comprehensive-production.spec.ts#L170
2) [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English: e2e/comprehensive-production.spec.ts#L170
2) [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English: e2e/comprehensive-production.spec.ts#L170
2) [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[webkit] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection: e2e/comprehensive-production.spec.ts#L132
1) [webkit] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 130 | 131 | test('should complete full onboarding with language and theme selection', async ({ page }) => { > 132 | await page.goto('/'); | ^ 133 | await waitForPageLoad(page); 134 | 135 | // Should show onboarding/language selection first at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:132:18
[webkit] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection: e2e/comprehensive-production.spec.ts#L132
1) [webkit] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 130 | 131 | test('should complete full onboarding with language and theme selection', async ({ page }) => { > 132 | await page.goto('/'); | ^ 133 | await waitForPageLoad(page); 134 | 135 | // Should show onboarding/language selection first at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:132:18
[webkit] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection: e2e/comprehensive-production.spec.ts#L132
1) [webkit] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection Error: page.goto: Could not connect to localhost: Connection refused Call log: - navigating to "http://localhost:3000/", waiting until "load" 130 | 131 | test('should complete full onboarding with language and theme selection', async ({ page }) => { > 132 | await page.goto('/'); | ^ 133 | await waitForPageLoad(page); 134 | 135 | // Should show onboarding/language selection first at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:132:18
[firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Русский: e2e/comprehensive-production.spec.ts#L170
4) [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Русский Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español: e2e/comprehensive-production.spec.ts#L170
3) [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español: e2e/comprehensive-production.spec.ts#L170
3) [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español: e2e/comprehensive-production.spec.ts#L170
3) [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English: e2e/comprehensive-production.spec.ts#L170
2) [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English: e2e/comprehensive-production.spec.ts#L170
2) [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English: e2e/comprehensive-production.spec.ts#L170
2) [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 168 | LANGUAGES.slice(0, 3).forEach(language => { 169 | test(`should complete onboarding in ${language.name}`, async ({ page }) => { > 170 | await page.goto('/'); | ^ 171 | await clearLocalStorage(page); 172 | await waitForPageLoad(page); 173 | at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:170:20
[firefox] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection: e2e/comprehensive-production.spec.ts#L132
1) [firefox] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 130 | 131 | test('should complete full onboarding with language and theme selection', async ({ page }) => { > 132 | await page.goto('/'); | ^ 133 | await waitForPageLoad(page); 134 | 135 | // Should show onboarding/language selection first at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:132:18
[firefox] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection: e2e/comprehensive-production.spec.ts#L132
1) [firefox] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 130 | 131 | test('should complete full onboarding with language and theme selection', async ({ page }) => { > 132 | await page.goto('/'); | ^ 133 | await waitForPageLoad(page); 134 | 135 | // Should show onboarding/language selection first at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:132:18
[firefox] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection: e2e/comprehensive-production.spec.ts#L132
1) [firefox] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection Error: page.goto: NS_ERROR_CONNECTION_REFUSED Call log: - navigating to "http://localhost:3000/", waiting until "load" 130 | 131 | test('should complete full onboarding with language and theme selection', async ({ page }) => { > 132 | await page.goto('/'); | ^ 133 | await waitForPageLoad(page); 134 | 135 | // Should show onboarding/language selection first at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:132:18
[firefox] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles: e2e/comprehensive-production.spec.ts#L0
4) [firefox] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles Error: browserType.launch: Executable doesn't exist at /home/runner/work/svmseek/svmseek/playwright-browsers/firefox-1489/firefox/firefox ╔═════════════════════════════════════════════════════════════════════════╗ ║ Looks like Playwright Test or Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ npx playwright install ║ ║ ║ ║ <3 Playwright Team ║ ╚═════════════════════════════════════════════════════════════════════════╝
[chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: e2e/comprehensive-production.spec.ts#L652
3) [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
[chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: e2e/comprehensive-production.spec.ts#L652
3) [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
[chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation: e2e/comprehensive-production.spec.ts#L652
3) [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
[chromium] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation: e2e/comprehensive-production.spec.ts#L624
2) [chromium] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 622 | 623 | test('should support keyboard navigation', async ({ page }) => { > 624 | await page.goto('/'); | ^ 625 | await waitForPageLoad(page); 626 | 627 | // Test tab navigation through interactive elements at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:624:18
[chromium] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation: e2e/comprehensive-production.spec.ts#L624
2) [chromium] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 622 | 623 | test('should support keyboard navigation', async ({ page }) => { > 624 | await page.goto('/'); | ^ 625 | await waitForPageLoad(page); 626 | 627 | // Test tab navigation through interactive elements at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:624:18
[chromium] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation: e2e/comprehensive-production.spec.ts#L624
2) [chromium] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 622 | 623 | test('should support keyboard navigation', async ({ page }) => { > 624 | await page.goto('/'); | ^ 625 | await waitForPageLoad(page); 626 | 627 | // Test tab navigation through interactive elements at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:624:18
[chromium] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles: e2e/comprehensive-production.spec.ts#L578
1) [chromium] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 576 | 577 | test('should have proper ARIA labels and roles', async ({ page }) => { > 578 | await page.goto('/'); | ^ 579 | await waitForPageLoad(page); 580 | 581 | // Check for proper heading hierarchy at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:578:18
[chromium] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles: e2e/comprehensive-production.spec.ts#L578
1) [chromium] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 576 | 577 | test('should have proper ARIA labels and roles', async ({ page }) => { > 578 | await page.goto('/'); | ^ 579 | await waitForPageLoad(page); 580 | 581 | // Check for proper heading hierarchy at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:578:18
[chromium] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles: e2e/comprehensive-production.spec.ts#L578
1) [chromium] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ Call log: - navigating to "http://localhost:3000/", waiting until "load" 576 | 577 | test('should have proper ARIA labels and roles', async ({ page }) => { > 578 | await page.goto('/'); | ^ 579 | await waitForPageLoad(page); 580 | 581 | // Check for proper heading hierarchy at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:578:18
[firefox] › e2e/comprehensive-production.spec.ts:419:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display wallet dashboard with all components: e2e/comprehensive-production.spec.ts#L405
4) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format: e2e/comprehensive-production.spec.ts#L370
3) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format: e2e/comprehensive-production.spec.ts#L370
3) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format: e2e/comprehensive-production.spec.ts#L370
3) [firefox] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format Error: page.goto: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase: e2e/comprehensive-production.spec.ts#L319
2) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase: e2e/comprehensive-production.spec.ts#L319
2) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase: e2e/comprehensive-production.spec.ts#L319
2) [firefox] › 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: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements: e2e/comprehensive-production.spec.ts#L287
1) [firefox] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements: e2e/comprehensive-production.spec.ts#L287
1) [firefox] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: NS_ERROR_CONNECTION_REFUSED 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
[firefox] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements: e2e/comprehensive-production.spec.ts#L287
1) [firefox] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements Error: page.goto: NS_ERROR_CONNECTION_REFUSED 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
Performance Tests
Process completed with exit code 1.
🎭 Playwright Run Summary
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
🎭 Playwright Run Summary
11 failed [chromium] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [firefox] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [webkit] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [Mobile Chrome] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [Mobile Safari] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [iPad] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [Microsoft Edge] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [Google Chrome] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [iPhone SE] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [Samsung Galaxy] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme [iPad Mini] › e2e/visual-regression.spec.ts:78:11 › SVMSeek Wallet - Visual Regression Tests › Theme Visual Consistency › should maintain visual consistency for cyberpunk-pink theme
🎭 Playwright Run Summary
7 failed [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Desktop (1440x900) [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Large Desktop (1920x1080) [webkit] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [webkit] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation
🎭 Playwright Run Summary
7 failed [firefox] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation [firefox] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully [firefox] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly [firefox] › e2e/comprehensive-production.spec.ts:730:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle invalid URLs correctly [firefox] › e2e/comprehensive-production.spec.ts:759:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should load within acceptable time limits [firefox] › e2e/comprehensive-production.spec.ts:791:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should handle concurrent user interactions [firefox] › e2e/comprehensive-production.spec.ts:822:9 › SVMSeek Wallet - Comprehensive Production Tests › Data Persistence › should persist theme and language preferences
🎭 Playwright Run Summary
7 failed [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Desktop (1440x900) [chromium] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Large Desktop (1920x1080) [chromium] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [chromium] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation
🎭 Playwright Run Summary
8 failed [chromium] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español [chromium] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Русский [chromium] › e2e/comprehensive-production.spec.ts:195:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should apply eink-grayscale theme correctly [chromium] › e2e/comprehensive-production.spec.ts:195:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should apply ascii-terminal theme correctly [chromium] › e2e/comprehensive-production.spec.ts:195:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should apply borland-blue theme correctly [chromium] › e2e/comprehensive-production.spec.ts:234:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should create new wallet with complete flow
🎭 Playwright Run Summary
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)
🎭 Playwright Run Summary
7 failed [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Landscape (667x375) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Portrait (768x1024) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Tablet Landscape (1024x768) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Desktop (1440x900) [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Large Desktop (1920x1080) [firefox] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [firefox] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation
🎭 Playwright Run Summary
7 failed [webkit] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation [webkit] › e2e/comprehensive-production.spec.ts:680:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle network failures gracefully [webkit] › e2e/comprehensive-production.spec.ts:706:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle browser refresh correctly [webkit] › e2e/comprehensive-production.spec.ts:730:9 › SVMSeek Wallet - Comprehensive Production Tests › Error Handling and Edge Cases › should handle invalid URLs correctly [webkit] › e2e/comprehensive-production.spec.ts:759:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should load within acceptable time limits [webkit] › e2e/comprehensive-production.spec.ts:791:9 › SVMSeek Wallet - Comprehensive Production Tests › Performance and Loading › should handle concurrent user interactions [webkit] › e2e/comprehensive-production.spec.ts:822:9 › SVMSeek Wallet - Comprehensive Production Tests › Data Persistence › should persist theme and language preferences
🎭 Playwright Run Summary
8 failed [webkit] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements [webkit] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase [webkit] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format [webkit] › e2e/comprehensive-production.spec.ts:419:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display wallet dashboard with all components [webkit] › e2e/comprehensive-production.spec.ts:441:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should handle wallet navigation tabs [webkit] › e2e/comprehensive-production.spec.ts:461:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display multi-account functionality [webkit] › e2e/comprehensive-production.spec.ts:496:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should handle explorer functionality [webkit] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Portrait (375x667)
🎭 Playwright Run Summary
8 failed [webkit] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español [webkit] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Русский [webkit] › e2e/comprehensive-production.spec.ts:195:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should apply eink-grayscale theme correctly [webkit] › e2e/comprehensive-production.spec.ts:195:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should apply ascii-terminal theme correctly [webkit] › e2e/comprehensive-production.spec.ts:195:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should apply borland-blue theme correctly [webkit] › e2e/comprehensive-production.spec.ts:234:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should create new wallet with complete flow
🎭 Playwright Run Summary
8 failed [firefox] › e2e/comprehensive-production.spec.ts:131:9 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete full onboarding with language and theme selection [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in English [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Español [firefox] › e2e/comprehensive-production.spec.ts:169:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should complete onboarding in Русский [firefox] › e2e/comprehensive-production.spec.ts:195:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should apply eink-grayscale theme correctly [firefox] › e2e/comprehensive-production.spec.ts:195:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should apply ascii-terminal theme correctly [firefox] › e2e/comprehensive-production.spec.ts:195:11 › SVMSeek Wallet - Comprehensive Production Tests › Complete Onboarding Flow › should apply borland-blue theme correctly [firefox] › e2e/comprehensive-production.spec.ts:234:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should create new wallet with complete flow
🎭 Playwright Run Summary
33 failed [chromium] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [chromium] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation [chromium] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation [firefox] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [firefox] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation [firefox] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation [webkit] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [webkit] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation [webkit] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation [Mobile Chrome] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [Mobile Chrome] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation [Mobile Chrome] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation [Mobile Safari] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [Mobile Safari] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation [Mobile Safari] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation [iPad] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [iPad] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation [iPad] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation [Microsoft Edge] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [Microsoft Edge] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard navigation [Microsoft Edge] › e2e/comprehensive-production.spec.ts:651:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should work with screen reader simulation [Google Chrome] › e2e/comprehensive-production.spec.ts:577:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should have proper ARIA labels and roles [Google Chrome] › e2e/comprehensive-production.spec.ts:623:9 › SVMSeek Wallet - Comprehensive Production Tests › Accessibility Testing › should support keyboard naviga
🎭 Playwright Run Summary
8 failed [firefox] › e2e/comprehensive-production.spec.ts:286:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Creation Flow › should validate password requirements [firefox] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase [firefox] › e2e/comprehensive-production.spec.ts:369:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should validate seed phrase format [firefox] › e2e/comprehensive-production.spec.ts:419:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display wallet dashboard with all components [firefox] › e2e/comprehensive-production.spec.ts:441:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should handle wallet navigation tabs [firefox] › e2e/comprehensive-production.spec.ts:461:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should display multi-account functionality [firefox] › e2e/comprehensive-production.spec.ts:496:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Main Interface › should handle explorer functionality [firefox] › e2e/comprehensive-production.spec.ts:532:11 › SVMSeek Wallet - Comprehensive Production Tests › Responsive Design Testing › should work correctly on Mobile Portrait (375x667)

Artifacts

Produced during runtime
Name Size Digest
accessibility-test-results Expired
2.75 MB
sha256:6ce8148de2f1ad7643aa9d53dda4066b6394f4e7b7df688330d0dcb0204229c4
comprehensive-test-results-chromium-1 Expired
1.07 MB
sha256:3d6385ecd8326fcff80844371b9d5917bd1d95ec2ec8cab20200c2e65cdd9e7d
comprehensive-test-results-chromium-2 Expired
1.08 MB
sha256:fb0e14b6c4d3d7af5db736a6363d53e20b02a1694d6d25ad490c3c8fdf1c1e13
comprehensive-test-results-chromium-3 Expired
1.05 MB
sha256:085176230ff305ad630d19600078ca14764be29d1760201ae44f3cff479eebbf
comprehensive-test-results-chromium-4 Expired
1.04 MB
sha256:a4941e2dc1dd377512329c9f1acd806dbea89872948a40265d0b776dd4274b4c
comprehensive-test-results-firefox-1 Expired
4.03 MB
sha256:0d1125c7884cc5979ea1872e7941d56039fabc389a1d716c72a5cc1fab108682
comprehensive-test-results-firefox-2 Expired
4.27 MB
sha256:db6017536a665b696238c37d0f9944e9f2898be298f7486ede55f2a782ee7928
comprehensive-test-results-firefox-3 Expired
4.32 MB
sha256:b96ebd13bdd586cb8cc18ba571c13047a817e0c4a0c6a8c59f06df63bd6b70e7
comprehensive-test-results-firefox-4 Expired
3.66 MB
sha256:f6794bc8351bdc3bd4e6aae7da8e06488218d46879f5575f1c50a4fb419be8e3
comprehensive-test-results-webkit-1 Expired
1.09 MB
sha256:a1812aa2f6c0cca8eea1b03daeb5a7677e67e6c97b670cf42a74f7f4036a5994
comprehensive-test-results-webkit-2 Expired
1.08 MB
sha256:68202c8e6872552491de36df631aa5e218321b1e9717783ff5ec7429706fc1ad
comprehensive-test-results-webkit-3 Expired
1.05 MB
sha256:fcdf5acc14069a4d53f3d7b5d952788696e81a9f941473451e3e3d50c284eff8
comprehensive-test-results-webkit-4 Expired
1.05 MB
sha256:22773d961dbac8e0c11632ca599cbfe638d9c2e8c5e03369174128d8b9158e9f
cross-browser-chromium-explorer Expired
172 KB
sha256:12c62bbfadd35f80f522db3155ddc8ba151d05743cde5ff34e361045b27ce2d3
cross-browser-chromium-multi-account Expired
172 KB
sha256:12c62bbfadd35f80f522db3155ddc8ba151d05743cde5ff34e361045b27ce2d3
cross-browser-chromium-wallet-creation Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9
cross-browser-chromium-wallet-restore Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9
cross-browser-firefox-explorer Expired
395 KB
sha256:6f1e089b0d191dc9fb704d00d94908dbf0c312cef54b2d96feb1f5baef599159
cross-browser-firefox-multi-account Expired
443 KB
sha256:8377434772fb32118ce5355945b206e9106dcf31e56dca59a57853a10824f304
cross-browser-firefox-wallet-creation Expired
443 KB
sha256:2c6a665facf5410facb6cf38485eafe4439bac3041520cbf13b28d5380f1e0a7
cross-browser-firefox-wallet-restore Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9
cross-browser-webkit-explorer Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9
cross-browser-webkit-multi-account Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9
cross-browser-webkit-wallet-creation Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9
cross-browser-webkit-wallet-restore Expired
172 KB
sha256:b39e70ccd0e0d1fbbef9c5f84ffc23e09c19847c83a191afd81c5a456e87328e
e2e-test-summary Expired
35.5 MB
sha256:e288455a6960c95167c66ca81ea8c84fab2eeebbe98b4236a31b7a1476a36a8d
mobile-ux-Pixel 5 Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9
mobile-ux-iPad Pro Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9
mobile-ux-iPhone 12 Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9
performance-test-results Expired
2.99 MB
sha256:6997a6f58382030d202aa8f22067cbe7a2742cd9138ecb5bb5ef83324f1fb18b
visual-regression-cyberpunk-pink Expired
1.01 MB
sha256:49d65331b6b370bd102805a43cb5aceb64f2466512c0e5fedf82ed8518f5980a
visual-regression-eink-grayscale Expired
172 KB
sha256:b39e70ccd0e0d1fbbef9c5f84ffc23e09c19847c83a191afd81c5a456e87328e
visual-regression-paper-white Expired
172 KB
sha256:b39e70ccd0e0d1fbbef9c5f84ffc23e09c19847c83a191afd81c5a456e87328e
visual-regression-solarized-dark Expired
172 KB
sha256:14c3255641a96d39ee186c1226cde9f528fce6a11cadee35547c779af22a22b9