Remove mobx from quotas page #4401
frontend-verify.yml
on: pull_request
test-unit
16s
Matrix: test-integration
e2e-test
4m 51s
Annotations
6 errors, 1 warning, and 1 notice
|
e2e-test
Process completed with exit code 1.
|
|
[chromium] › quotas/rpk-quota-creation.spec.ts:79:7 › Quotas - RPK Integration › should handle multiple quotas created via RPK:
frontend/tests/test-variant-console/utils/quota-page.ts#L23
2) [chromium] › quotas/rpk-quota-creation.spec.ts:79:7 › Quotas - RPK Integration › should handle multiple quotas created via RPK › Verify client-id quotas are visible
Error: expect(locator).toBeVisible() failed
Locator: getByText('rpk-multi-client1-1769174056208')
Expected: visible
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 60000ms
- waiting for getByText('rpk-multi-client1-1769174056208')
at utils/quota-page.ts:23
21 | */
22 | async verifyQuotaExists(entityName: string) {
> 23 | await expect(this.page.getByText(entityName)).toBeVisible();
| ^
24 | }
25 |
26 | async verifyQuotaNotExists(entityName: string) {
at QuotaPage.verifyQuotaExists (/home/runner/_work/console/console/frontend/tests/test-variant-console/utils/quota-page.ts:23:51)
at /home/runner/_work/console/console/frontend/tests/test-variant-console/quotas/rpk-quota-creation.spec.ts:109:23
at /home/runner/_work/console/console/frontend/tests/test-variant-console/quotas/rpk-quota-creation.spec.ts:108:16
|
|
[chromium] › quotas/rpk-quota-creation.spec.ts:79:7 › Quotas - RPK Integration › should handle multiple quotas created via RPK:
frontend/tests/test-variant-console/quotas/rpk-quota-creation.spec.ts#L0
2) [chromium] › quotas/rpk-quota-creation.spec.ts:79:7 › Quotas - RPK Integration › should handle multiple quotas created via RPK › Verify client-id quotas are visible
Test timeout of 30000ms exceeded.
|
|
[chromium] › quotas/pagination.spec.ts:9:7 › Quotas - Display 50 quotas › should create 50 quotas and verify all are visible on the page:
frontend/tests/test-variant-console/quotas/pagination.spec.ts#L39
1) [chromium] › quotas/pagination.spec.ts:9:7 › Quotas - Display 50 quotas › should create 50 quotas and verify all are visible on the page › Verify all 50 quotas are visible on the page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 50
Received: 15
Call Log:
- Timeout 15000ms exceeded while waiting on the predicate
37 | .count();
38 | expect(visibleQuotaCount).toBe(QUOTAS_TEST_LIMIT);
> 39 | }).toPass({ timeout: 15_000, intervals: [500, 1000] });
| ^
40 |
41 | // Final verification - count should now be stable at 50
42 | const visibleQuotaCount = await page
at /home/runner/_work/console/console/frontend/tests/test-variant-console/quotas/pagination.spec.ts:39:10
at /home/runner/_work/console/console/frontend/tests/test-variant-console/quotas/pagination.spec.ts:30:16
|
|
[chromium] › quotas/pagination.spec.ts:9:7 › Quotas - Display 50 quotas › should create 50 quotas and verify all are visible on the page:
frontend/tests/test-variant-console/quotas/pagination.spec.ts#L39
1) [chromium] › quotas/pagination.spec.ts:9:7 › Quotas - Display 50 quotas › should create 50 quotas and verify all are visible on the page › Verify all 50 quotas are visible on the page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 50
Received: 24
Call Log:
- Timeout 15000ms exceeded while waiting on the predicate
37 | .count();
38 | expect(visibleQuotaCount).toBe(QUOTAS_TEST_LIMIT);
> 39 | }).toPass({ timeout: 15_000, intervals: [500, 1000] });
| ^
40 |
41 | // Final verification - count should now be stable at 50
42 | const visibleQuotaCount = await page
at /home/runner/_work/console/console/frontend/tests/test-variant-console/quotas/pagination.spec.ts:39:10
at /home/runner/_work/console/console/frontend/tests/test-variant-console/quotas/pagination.spec.ts:30:16
|
|
[chromium] › quotas/pagination.spec.ts:9:7 › Quotas - Display 50 quotas › should create 50 quotas and verify all are visible on the page:
frontend/tests/test-variant-console/quotas/pagination.spec.ts#L39
1) [chromium] › quotas/pagination.spec.ts:9:7 › Quotas - Display 50 quotas › should create 50 quotas and verify all are visible on the page › Verify all 50 quotas are visible on the page
Error: expect(received).toBe(expected) // Object.is equality
Expected: 50
Received: 49
Call Log:
- Timeout 15000ms exceeded while waiting on the predicate
37 | .count();
38 | expect(visibleQuotaCount).toBe(QUOTAS_TEST_LIMIT);
> 39 | }).toPass({ timeout: 15_000, intervals: [500, 1000] });
| ^
40 |
41 | // Final verification - count should now be stable at 50
42 | const visibleQuotaCount = await page
at /home/runner/_work/console/console/frontend/tests/test-variant-console/quotas/pagination.spec.ts:39:10
at /home/runner/_work/console/console/frontend/tests/test-variant-console/quotas/pagination.spec.ts:30:16
|
|
e2e-test
No files were found with the provided path: frontend/playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › quotas/pagination.spec.ts:9:7 › Quotas - Display 50 quotas › should create 50 quotas and verify all are visible on the page
1 flaky
[chromium] › quotas/rpk-quota-creation.spec.ts:79:7 › Quotas - RPK Integration › should handle multiple quotas created via RPK
4 skipped
97 passed (3.7m)
|