Periodic Realnet Tests #88
Annotations
10 errors and 1 notice
|
e2e/realnet-integration.spec.ts#L104
3) [chromium] › e2e/realnet-integration.spec.ts:102:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real recent transactions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('text=Explorer')
102 | test('should display real recent transactions', async ({ page }) => {
103 | // Switch to explorer tab
> 104 | await page.locator('text=Explorer').click();
| ^
105 |
106 | // Wait for real transactions to load
107 | await page.waitForTimeout(10000); // Allow time for real API calls
at /home/runner/work/svmseek/svmseek/e2e/realnet-integration.spec.ts:104:43
|
|
e2e/realnet-integration.spec.ts#L104
3) [chromium] › e2e/realnet-integration.spec.ts:102:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real recent transactions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('text=Explorer')
102 | test('should display real recent transactions', async ({ page }) => {
103 | // Switch to explorer tab
> 104 | await page.locator('text=Explorer').click();
| ^
105 |
106 | // Wait for real transactions to load
107 | await page.waitForTimeout(10000); // Allow time for real API calls
at /home/runner/work/svmseek/svmseek/e2e/realnet-integration.spec.ts:104:43
|
|
e2e/realnet-integration.spec.ts#L104
3) [chromium] › e2e/realnet-integration.spec.ts:102:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real recent transactions
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('text=Explorer')
102 | test('should display real recent transactions', async ({ page }) => {
103 | // Switch to explorer tab
> 104 | await page.locator('text=Explorer').click();
| ^
105 |
106 | // Wait for real transactions to load
107 | await page.waitForTimeout(10000); // Allow time for real API calls
at /home/runner/work/svmseek/svmseek/e2e/realnet-integration.spec.ts:104:43
|
|
e2e/realnet-integration.spec.ts#L72
2) [chromium] › e2e/realnet-integration.spec.ts:70:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real recent blocks with valid data
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('text=Explorer')
70 | test('should display real recent blocks with valid data', async ({ page }) => {
71 | // Switch to explorer tab
> 72 | await page.locator('text=Explorer').click();
| ^
73 |
74 | // Wait for real blocks to load
75 | await page.waitForSelector('text=Block #', { timeout: 20000 });
at /home/runner/work/svmseek/svmseek/e2e/realnet-integration.spec.ts:72:43
|
|
e2e/realnet-integration.spec.ts#L72
2) [chromium] › e2e/realnet-integration.spec.ts:70:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real recent blocks with valid data
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('text=Explorer')
70 | test('should display real recent blocks with valid data', async ({ page }) => {
71 | // Switch to explorer tab
> 72 | await page.locator('text=Explorer').click();
| ^
73 |
74 | // Wait for real blocks to load
75 | await page.waitForSelector('text=Block #', { timeout: 20000 });
at /home/runner/work/svmseek/svmseek/e2e/realnet-integration.spec.ts:72:43
|
|
e2e/realnet-integration.spec.ts#L72
2) [chromium] › e2e/realnet-integration.spec.ts:70:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real recent blocks with valid data
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('text=Explorer')
70 | test('should display real recent blocks with valid data', async ({ page }) => {
71 | // Switch to explorer tab
> 72 | await page.locator('text=Explorer').click();
| ^
73 |
74 | // Wait for real blocks to load
75 | await page.waitForSelector('text=Block #', { timeout: 20000 });
at /home/runner/work/svmseek/svmseek/e2e/realnet-integration.spec.ts:72:43
|
|
e2e/realnet-integration.spec.ts#L30
1) [chromium] › e2e/realnet-integration.spec.ts:28:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real network statistics from Solana mainnet
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('text=Explorer')
28 | test('should display real network statistics from Solana mainnet', async ({ page }) => {
29 | // Switch to explorer tab
> 30 | await page.locator('text=Explorer').click();
| ^
31 |
32 | // Wait for real network data to load (this may take longer than mock data)
33 | await page.waitForSelector('text=Block Height', { timeout: 20000 });
at /home/runner/work/svmseek/svmseek/e2e/realnet-integration.spec.ts:30:43
|
|
e2e/realnet-integration.spec.ts#L30
1) [chromium] › e2e/realnet-integration.spec.ts:28:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real network statistics from Solana mainnet
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('text=Explorer')
28 | test('should display real network statistics from Solana mainnet', async ({ page }) => {
29 | // Switch to explorer tab
> 30 | await page.locator('text=Explorer').click();
| ^
31 |
32 | // Wait for real network data to load (this may take longer than mock data)
33 | await page.waitForSelector('text=Block Height', { timeout: 20000 });
at /home/runner/work/svmseek/svmseek/e2e/realnet-integration.spec.ts:30:43
|
|
e2e/realnet-integration.spec.ts#L30
1) [chromium] › e2e/realnet-integration.spec.ts:28:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real network statistics from Solana mainnet
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('text=Explorer')
28 | test('should display real network statistics from Solana mainnet', async ({ page }) => {
29 | // Switch to explorer tab
> 30 | await page.locator('text=Explorer').click();
| ^
31 |
32 | // Wait for real network data to load (this may take longer than mock data)
33 | await page.waitForSelector('text=Block Height', { timeout: 20000 });
at /home/runner/work/svmseek/svmseek/e2e/realnet-integration.spec.ts:30:43
|
|
|
|
5 failed
[chromium] › e2e/realnet-integration.spec.ts:28:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real network statistics from Solana mainnet
[chromium] › e2e/realnet-integration.spec.ts:70:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real recent blocks with valid data
[chromium] › e2e/realnet-integration.spec.ts:102:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should display real recent transactions
[chromium] › e2e/realnet-integration.spec.ts:132:9 › SVMSeek Realnet Integration Tests › Explorer Real Network Data › should handle real transaction search
[chromium] › e2e/realnet-integration.spec.ts:198:9 › SVMSeek Realnet Integration Tests › Wallet Real Network Features › should handle real network error conditions gracefully
2 did not run
2 passed (8.6m)
|
The logs for this run have expired and are no longer available.
Loading