TEST: Mondoo Production Regions #8109
Annotations
4 errors and 1 notice
tests/mondoo-console.spec.ts#L1
1) [chromium] › mondoo-console.spec.ts:12:5 › Console Test =======================================
Test timeout of 60000ms exceeded.
|
tests/mondoo-console.spec.ts#L47
1) [chromium] › mondoo-console.spec.ts:12:5 › Console Test =======================================
locator.click: Target closed
=========================== logs ===========================
waiting for getByRole('main').locator('button').nth(1)
locator resolved to <button tabindex="0" type="button" aria-current="true" a…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not visible - waiting...
============================================================
45 | // Phase 5: Delete the Asset and confirm
46 | await page.getByRole('main').getByRole('link', { name: 'Fleet' }).click();
> 47 | await page.getByRole('main').locator('button').nth(1).click();
| ^
48 | await new Promise(resolve => setTimeout(resolve, 1000)); //Explicit wait
49 | await page.getByRole('row', { name: 'Asset Name Platform Score Last Updated' }).getByRole('checkbox').check();
50 | await page.locator('#assets-batch-edit-selection').click();
at /home/runner/work/simmons/simmons/tests/mondoo-console.spec.ts:47:57
|
tests/mondoo-console.spec.ts#L1
1) [chromium] › mondoo-console.spec.ts:12:5 › Console Test =======================================
Pending operations:
- locator.click at tests/mondoo-console.spec.ts:47:57
|
|
|
The logs for this run have expired and are no longer available.
Loading