TEST: Mondoo Production Regions #10585
Annotations
2 errors and 1 notice
tests/mondoo-console.spec.ts#L49
1) [chromium] › mondoo-console.spec.ts:17:5 › Console Test =======================================
Error: expect(received).toContainText(expected)
Expected string: "total"
Received string: ""
Call log:
- expect.toContainText with timeout 30000ms
- waiting for getByText('total')
- unexpected value "undefined"
- waiting for getByText('total')
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
- unexpected value "undefined"
47 | // Check for a vulnerability count (should be 0 of 15 for Alpine Image)
48 | await page.getByRole('tab', { name: 'Platform Vulnerabilities' }).click();
> 49 | await expect(page.getByText('total')).toContainText('total');
| ^
50 |
51 | // Phase 5: Delete the Asset and confirm
52 | await page.getByRole('link', { name: 'Inventory' }).click();
at /home/runner/work/simmons/simmons/tests/mondoo-console.spec.ts:49:41
|
|
|
The logs for this run have expired and are no longer available.
Loading