feat: Add global shortcut to export logs #3955
Annotations
3 errors, 3 warnings, and 1 notice
[firefox] › table-multiselect.spec.ts:104:7 › multiselect number filters:
../../../../../work/tests/table-multiselect.spec.ts#L59
1) [firefox] › table-multiselect.spec.ts:104:7 › multiselect number filters › Filter equal › Apply filter
Error: Screenshot comparison failed:
783 pixels (ratio 0.01 of all image pixels) are different.
Expected: /work/tests/table-multiselect.spec.ts-snapshots/number-1-equal-firefox-linux.png
Received: /work/test-results/table-multiselect-multiselect-number-filters-firefox/number-1-equal-actual.png
Diff: /work/test-results/table-multiselect-multiselect-number-filters-firefox/number-1-equal-diff.png
Call log:
- expect.toHaveScreenshot(number-1-equal.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
- 783 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
- 783 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.spec.ts:76:7 › tests simple table operations › can download table successfully:
../../../../../work/tests/table.spec.ts#L92
2) [firefox] › table.spec.ts:76:7 › tests simple table operations › can download table successfully
Error: Timed out 15000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('data-testid=input-csv-exporter-file-name')
Expected string: "sin-and-cos.csv"
Received string: "table-2025-01-13-233159.csv"
Call log:
- expect.toHaveValue with timeout 15000ms
- waiting for locator('data-testid=input-csv-exporter-file-name')
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
- locator resolved to <input type="text" class="form-control" id="filename-EE…/>
- unexpected value "table-2025-01-13-233159.csv"
90 | await fileNameInputField.click({ clickCount: 3 });
91 | await page.keyboard.type('sin-and-cos.csv');
> 92 | await expect(fileNameInputField).toHaveValue('sin-and-cos.csv');
| ^
93 |
94 | // webkit is flaky
95 | if (browserName === 'webkit') {
at /work/tests/table.spec.ts:92:38
|
[webkit] › notebook.spec.ts:7:5 › test creating a file:
../../../../../work/tests/notebook.spec.ts#L56
3) [webkit] › notebook.spec.ts:7:5 › test creating a file, saving it, reloading the page, closing it, re-opening it, running it, then deleting it
Error: Timed out 15000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.notebook-toolbar')
Expected: 0
Received: 1
Call log:
- expect.toHaveCount with timeout 15000ms
- waiting for locator('.notebook-toolbar')
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
54 |
55 | // Wait for notebook file to close
> 56 | await expect(page.locator('.notebook-toolbar')).toHaveCount(0);
| ^
57 |
58 | // Wait for file to appear in file explorer
59 | const fileInExplorer = page.locator('.item-list-item', { hasText: filename });
at /work/tests/notebook.spec.ts:56:51
|
Slow Test:
[webkit] › shortcuts.spec.ts#L1
[webkit] › shortcuts.spec.ts took 29.3s
|
Slow Test:
[webkit] › figure.spec.ts#L1
[webkit] › figure.spec.ts took 23.0s
|
Slow Test:
[webkit] › console.spec.ts#L1
[webkit] › console.spec.ts took 15.2s
|
🎭 Playwright Run Summary
3 flaky
[firefox] › table-multiselect.spec.ts:104:7 › multiselect number filters ───────────────────────
[firefox] › table.spec.ts:76:7 › tests simple table operations › can download table successfully
[webkit] › notebook.spec.ts:7:5 › test creating a file, saving it, reloading the page, closing it, re-opening it, running it, then deleting it
315 passed (4.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
image-cache
Expired
|
1.23 GB |
|
playwright-report
|
20.8 MB |
|
playwright-report-blob-chromium-1-1
Expired
|
133 KB |
|
playwright-report-blob-firefox-1-1
Expired
|
13.6 MB |
|
playwright-report-blob-webkit-1-2
Expired
|
6.73 MB |
|
playwright-report-blob-webkit-2-2
Expired
|
87 KB |
|