Filter builder refactor #6440
Annotations
1 error, 1 warning, and 1 notice
|
e2e-tests/fixtures/Models.ts#L112
1) [e2e tests] › tests/model.test.ts:143:3 › Model › Should successfully save the model changes ──
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('treegrid').getByRole('row', { name: 'only_crimson_marmot' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('treegrid').getByRole('row', { name: 'only_crimson_marmot' })
at fixtures/Models.ts:112
110 | await filterIcon.click();
111 | await this.page.locator('.ag-popup').getByRole('textbox', { name: 'Filter Value' }).first().fill(modelName);
> 112 | await expect(this.table.getByRole('row', { name: modelName })).toBeVisible();
| ^
113 | await this.page.keyboard.press('Escape');
114 | }
115 |
at Models.filterTable (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Models.ts:112:68)
at Models.deleteModel (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Models.ts:58:5)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/model.test.ts:62:3
|
|
[e2e tests] › tests/external-sources.test.ts#L0
[e2e tests] › tests/external-sources.test.ts took 1.1m
|
|
|
The logs for this run have expired and are no longer available.
Loading