Remove password-based wallet authentication system, fix visual issues, and ensure consistent theme implementation #32
Annotations
4 errors and 1 notice
|
|
|
e2e/comprehensive-production.spec.ts#L326
1) [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: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('text=Restore').or(locator('text=Import'))
Expected: visible
Received: <element(s) not found>
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('text=Restore').or(locator('text=Import'))
324 |
325 | // Should be on restore page
> 326 | await expect(page.locator('text=Restore').or(page.locator('text=Import'))).toBeVisible({ timeout: 10000 });
| ^
327 |
328 | // Valid test seed phrase (standard BIP39)
329 | const testSeedPhrase = 'abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about';
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:326:82
|
|
e2e/comprehensive-production.spec.ts#L326
1) [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: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('text=Restore').or(locator('text=Import'))
Expected: visible
Received: <element(s) not found>
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('text=Restore').or(locator('text=Import'))
324 |
325 | // Should be on restore page
> 326 | await expect(page.locator('text=Restore').or(page.locator('text=Import'))).toBeVisible({ timeout: 10000 });
| ^
327 |
328 | // Valid test seed phrase (standard BIP39)
329 | const testSeedPhrase = 'abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about';
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:326:82
|
|
e2e/comprehensive-production.spec.ts#L326
1) [webkit] › e2e/comprehensive-production.spec.ts:318:9 › SVMSeek Wallet - Comprehensive Production Tests › Wallet Restore Flow › should restore wallet with valid seed phrase
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('text=Restore').or(locator('text=Import'))
Expected: visible
Received: <element(s) not found>
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('text=Restore').or(locator('text=Import'))
324 |
325 | // Should be on restore page
> 326 | await expect(page.locator('text=Restore').or(page.locator('text=Import'))).toBeVisible({ timeout: 10000 });
| ^
327 |
328 | // Valid test seed phrase (standard BIP39)
329 | const testSeedPhrase = 'abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about';
at /home/runner/work/svmseek/svmseek/e2e/comprehensive-production.spec.ts:326:82
|
|
|
The logs for this run have expired and are no longer available.
Loading