Change BOX styling #3416
Annotations
2 errors, 5 warnings, and 3 notices
|
playwright/tests/data-viewer.spec.ts#L108
1) [chromium] › tests/data-viewer.spec.ts:35:5 › saves, opens, and resets the configuration ──────
Error: locator.click: Test timeout of 300000ms exceeded.
Call log:
- waiting for locator('text=Open Configuration')
- locator resolved to <div data-v-4d454b93="" class="v-list-item-title">Open Configuration</div>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
106 | // Delete this test configuration
107 | await page.locator('[data-test="data-viewer-file"]').click()
> 108 | await page.locator('text=Open Configuration').click()
| ^
109 | await page
110 | .locator(`tr:has-text("playwright") [data-test=item-delete]`)
111 | .click()
at /home/runner/work/cosmos/cosmos/playwright/tests/data-viewer.spec.ts:108:49
|
|
playwright/tests/data-viewer.spec.ts#L0
1) [chromium] › tests/data-viewer.spec.ts:35:5 › saves, opens, and resets the configuration ──────
Test timeout of 300000ms exceeded.
|
|
playwright/[chromium] › tests/limits-monitor.spec.ts#L0
playwright/[chromium] › tests/limits-monitor.spec.ts took 1.5m
|
|
playwright/[chromium] › tests/command-sender.spec.ts#L0
playwright/[chromium] › tests/command-sender.spec.ts took 1.8m
|
|
playwright/[chromium] › tests/script-runner/suite.spec.ts#L0
playwright/[chromium] › tests/script-runner/suite.spec.ts took 1.8m
|
|
playwright/[chromium] › tests/admin/plugins.spec.ts#L0
playwright/[chromium] › tests/admin/plugins.spec.ts took 2.3m
|
|
playwright/[chromium] › tests/script-runner/api.spec.ts#L0
playwright/[chromium] › tests/script-runner/api.spec.ts took 2.9m
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading