feat: Ruff updates for DHE support #3780
Annotations
5 errors, 3 warnings, and 1 notice
[chromium] › table-multiselect.spec.ts:104:7 › multiselect string filters:
../../../../../work/tests/table-multiselect.spec.ts#L59
1) [chromium] › table-multiselect.spec.ts:104:7 › multiselect string filters › Filter is › Apply filter
Error: Screenshot comparison failed:
776 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/table-multiselect.spec.ts-snapshots/string-1-is-chromium-linux.png
Received: /work/test-results/table-multiselect-multiselect-string-filters-chromium/string-1-is-actual.png
Diff: /work/test-results/table-multiselect-multiselect-string-filters-chromium/string-1-is-diff.png
Call log:
- expect.toHaveScreenshot(string-1-is.png) with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.iris-grid-column')
- locator resolved to <div class="iris-grid-column">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 776 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.iris-grid-column')
- locator resolved to <div class="iris-grid-column">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 776 pixels (ratio 0.01 of all image pixels) are different.
57 | await page.getByRole('button', { name: filterType, exact: true }).click();
58 | await waitForLoadingDone(page, '.iris-grid-loading-status-bar');
> 59 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot(
| ^
60 | screenshotName
61 | );
62 | });
at /work/tests/table-multiselect.spec.ts:59:53
at filterAndScreenshot (/work/tests/table-multiselect.spec.ts:54:3)
at /work/tests/table-multiselect.spec.ts:121:9
at /work/tests/table-multiselect.spec.ts:120:7
|
[firefox] › table-multiselect.spec.ts:77:7 › select null filters:
../../../../../work/tests/utils.ts#L330
2) [firefox] › table-multiselect.spec.ts:77:7 › select null filters ──────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.context-menu-container')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 15000ms
- waiting for locator('.context-menu-container')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
at utils.ts:330
328 | count: number
329 | ): Promise<void> {
> 330 | await expect(page.locator('.context-menu-container')).toHaveCount(count);
| ^
331 | await expect(page.locator('.loading-spinner')).toHaveCount(0);
332 | }
333 |
at expectContextMenus (/work/tests/utils.ts:330:57)
at /work/tests/table-multiselect.spec.ts:88:29
|
[firefox] › table-multiselect.spec.ts:77:7 › select empty filters:
../../../../../work/tests/utils.ts#L330
3) [firefox] › table-multiselect.spec.ts:77:7 › select empty filters ─────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.context-menu-container')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 15000ms
- waiting for locator('.context-menu-container')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
at utils.ts:330
328 | count: number
329 | ): Promise<void> {
> 330 | await expect(page.locator('.context-menu-container')).toHaveCount(count);
| ^
331 | await expect(page.locator('.loading-spinner')).toHaveCount(0);
332 | }
333 |
at expectContextMenus (/work/tests/utils.ts:330:57)
at /work/tests/table-multiselect.spec.ts:88:29
|
[webkit] › styleguide.spec.ts:59:5 › UI regression test - Styleguide section count:
../../../../../work/tests/styleguide.spec.ts#L66
4) [webkit] › styleguide.spec.ts:59:5 › UI regression test - Styleguide section count ────────────
Error: Timed out 45000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.sample-section:not(.sample-section-e2e-ignore)')
Expected: 47
Received: 0
Call log:
- expect.toHaveCount with timeout 45000ms
- waiting for locator('.sample-section:not(.sample-section-e2e-ignore)')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
64 | );
65 |
> 66 | await expect(sampleSections).toHaveCount(sampleSectionIds.length, {
| ^
67 | timeout: 45000,
68 | });
69 | });
at /work/tests/styleguide.spec.ts:66:32
|
[webkit] › table.spec.ts:17:5 › can make a non-contiguous table row selection:
../../../../../work/tests/table.spec.ts#L44
5) [webkit] › table.spec.ts:17:5 › can make a non-contiguous table row selection ─────────────────
Error: Screenshot comparison failed:
760 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/table.spec.ts-snapshots/can-make-a-non-contiguous-table-row-selection-1-webkit-linux.png
Received: /work/test-results/table-can-make-a-non-contiguous-table-row-selection-webkit/can-make-a-non-contiguous-table-row-selection-1-actual.png
Diff: /work/test-results/table-can-make-a-non-contiguous-table-row-selection-webkit/can-make-a-non-contiguous-table-row-selection-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 15000ms
- verifying given screenshot expectation
- waiting for locator('.iris-grid-panel .iris-grid')
- locator resolved to <div class="iris-grid" role="presentation">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 760 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.iris-grid-panel .iris-grid')
- locator resolved to <div class="iris-grid" role="presentation">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 760 pixels (ratio 0.01 of all image pixels) are different.
42 | /* eslint-enable no-await-in-loop */
43 |
> 44 | await expect(page.locator('.iris-grid-panel .iris-grid')).toHaveScreenshot();
| ^
45 | });
46 |
47 | test('can open a table with column header groups', async ({ page }) => {
at /work/tests/table.spec.ts:44:61
|
Slow Test:
[webkit] › notebook.spec.ts#L1
[webkit] › notebook.spec.ts took 33.4s
|
Slow Test:
[webkit] › lazy-loading.spec.ts#L1
[webkit] › lazy-loading.spec.ts took 26.4s
|
Slow Test:
[webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 22.9s
|
🎭 Playwright Run Summary
5 flaky
[chromium] › table-multiselect.spec.ts:104:7 › multiselect string filters ──────────────────────
[firefox] › table-multiselect.spec.ts:77:7 › select null filters ───────────────────────────────
[firefox] › table-multiselect.spec.ts:77:7 › select empty filters ──────────────────────────────
[webkit] › styleguide.spec.ts:59:5 › UI regression test - Styleguide section count ─────────────
[webkit] › table.spec.ts:17:5 › can make a non-contiguous table row selection ──────────────────
295 passed (4.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
image-cache
Expired
|
1.24 GB |
|
playwright-report
|
25.5 MB |
|
playwright-report-blob-chromium-1-1
Expired
|
7.31 MB |
|
playwright-report-blob-firefox-1-1
Expired
|
10.3 MB |
|
playwright-report-blob-webkit-1-2
Expired
|
2.25 MB |
|
playwright-report-blob-webkit-2-2
Expired
|
5.31 MB |
|