Skip to content

chore(demo): fix duration #11046

chore(demo): fix duration

chore(demo): fix duration #11046

Re-run triggered December 18, 2024 11:27
Status Success
Total duration 10m 26s
Artifacts 19

e2e.yml

on: pull_request
Cypress / Component Testing
4m 31s
Cypress / Component Testing
Matrix: playwright
Playwright E2E Tests matrix result
0s
Playwright E2E Tests matrix result
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 59 warnings, and 36 notices
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay: projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L67
1) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('tui-dropdown-mobile').locator('.t-filler') - locator resolved to <div waintersectionobserver="" waintersectionthreshold="1" class="t-filler ng-tns-c3475129421-24 ng-star-inserted"></div> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - performing click action - <tui-doc-example id="dropdown-mobile" _nghost-ng-c644840128="" class="ng-star-inserted" heading="With DropdownMobile">…</tui-doc-example> from <div class="t-root-content">…</div> subtree intercepts pointer events - retrying click action - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying 65 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible(); 66 | > 67 | await mobileCalendar.overlay.click(); | ^ 68 | 69 | await expect(page.locator('tui-dropdown-mobile')).not.toBeAttached(); 70 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:67:46
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay: projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L67
1) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('tui-dropdown-mobile').locator('.t-filler') - locator resolved to <div waintersectionobserver="" waintersectionthreshold="1" class="t-filler ng-tns-c3475129421-24 ng-star-inserted"></div> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - performing click action - <tui-doc-example id="dropdown-mobile" _nghost-ng-c644840128="" class="ng-star-inserted" heading="With DropdownMobile">…</tui-doc-example> from <div class="t-root-content">…</div> subtree intercepts pointer events - retrying click action - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying 65 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible(); 66 | > 67 | await mobileCalendar.overlay.click(); | ^ 68 | 69 | await expect(page.locator('tui-dropdown-mobile')).not.toBeAttached(); 70 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:67:46
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:69:17 › CalendarRange › Examples › With value › Month switching via chevron: projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts#L82
1) [webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:69:17 › CalendarRange › Examples › With value › Month switching via chevron Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected) Timeout 5000ms exceeded. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/calendar-range/calendar-range.pw.spec.ts-snapshots/07-calendar-range-with-value-click-chevron-webkit-darwin.png Call log: - expect.toHaveScreenshot(07-calendar-range-with-value-click-chevron.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#with-value [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - Timeout 5000ms exceeded. 80 | await page.mouse.click(100, 100); // clear focus 81 | > 82 | await expect(example).toHaveScreenshot( | ^ 83 | '07-calendar-range-with-value-click-chevron.png', 84 | ); 85 | }); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:82:39
[webkit] › tests/core/data-list/data-list.pw.spec.ts:177:9 › DataList › Options with long text: projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L188
1) [webkit] › tests/core/data-list/data-list.pw.spec.ts:177:9 › DataList › Options with long text Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected) Failed to take two consecutive stable screenshots. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/data-list/data-list.pw.spec.ts-snapshots/10-data-list-webkit-darwin.png Previous: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data--8393e-List-Options-with-long-text-webkit/10-data-list-previous.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data--8393e-List-Options-with-long-text-webkit/10-data-list-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data--8393e-List-Options-with-long-text-webkit/10-data-list-diff.png Call log: - expect.toHaveScreenshot(10-data-list.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 11810 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 11810 pixels (ratio 0.01 of all image pixels) are different. - waiting 250ms before taking screenshot - Timeout 5000ms exceeded. 186 | await documentationPagePO.prepareBeforeScreenshot(); 187 | > 188 | await expect(page).toHaveScreenshot('10-data-list.png'); | ^ 189 | }); 190 | }); 191 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:188:28
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:148:13 › InputDate › API › minimum month more than current month: projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L155
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:148:13 › InputDate › API › minimum month more than current month Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected) Failed to take two consecutive stable screenshots. Previous: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-1c2ba-nth-more-than-current-month-webkit/04-input-date-previous.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-1c2ba-nth-more-than-current-month-webkit/04-input-date-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-in-1c2ba-nth-more-than-current-month-webkit/04-input-date-diff.png Call log: - expect.toHaveScreenshot(04-input-date.png) with timeout 5000ms - generating new stable screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 5072 pixels (ratio 0.01 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - Timeout 5000ms exceeded. 153 | await documentationPage.prepareBeforeScreenshot(); 154 | > 155 | await expect(page).toHaveScreenshot('04-input-date.png'); | ^ 156 | }); 157 | 158 | test.describe('Invalid date cases', () => { at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:155:32
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size S: projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L61
1) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size S Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected) Timeout 5000ms exceeded. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-range/input-date-range.pw.spec.ts-snapshots/01-calendar-size-s-empty-webkit-darwin.png Call log: - expect.toHaveScreenshot(01-calendar-size-s-empty.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-calendar-range, tui-mobile-calendar') - locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3948775841="" _ngcontent-ng-c325314227="">…</tui-calendar-range> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - Timeout 5000ms exceeded. 59 | `01-textfield-size-${size}-empty.png`, 60 | ); > 61 | await expect(inputDateRange.calendar).toHaveScreenshot( | ^ 62 | `01-calendar-size-${size}-empty.png`, 63 | ); 64 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:61:55
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size M: projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L58
2) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size M Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected) Timeout 5000ms exceeded. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-range/input-date-range.pw.spec.ts-snapshots/01-textfield-size-m-empty-webkit-darwin.png Call log: - expect.toHaveScreenshot(01-textfield-size-m-empty.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - Timeout 5000ms exceeded. 56 | await inputDateRange.textfield.click(); 57 | > 58 | await expect(inputDateRange.textfield).toHaveScreenshot( | ^ 59 | `01-textfield-size-${size}-empty.png`, 60 | ); 61 | await expect(inputDateRange.calendar).toHaveScreenshot( at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:58:56
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:173:13 › InputDateRange › API › Select from [items] => select date range from calendar: projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L183
3) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:173:13 › InputDateRange › API › Select from [items] => select date range from calendar TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - locator resolved to <input tabindex="0" placeholder="" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_431601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - performing click action 181 | ); 182 | > 183 | await inputDateRange.textfield.click(); | ^ 184 | await inputDateRange.selectItem(1); 185 | 186 | await expect(inputDateRange.textfield).toHaveValue('Today'); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:183:44
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / ubuntu-latest / 8 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / ubuntu-latest / 2 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Slow Test: [webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 23.3s
Playwright / macos-latest / 9 of 9
libpng 1.6.44 is already installed and up-to-date. To reinstall 1.6.44, run: brew reinstall libpng
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date. To reinstall 3.0.4, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Playwright / macos-latest / 6 of 9
libpng 1.6.44 is already installed and up-to-date. To reinstall 1.6.44, run: brew reinstall libpng
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date. To reinstall 3.0.4, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Playwright / macos-latest / 8 of 9
libpng 1.6.44 is already installed and up-to-date. To reinstall 1.6.44, run: brew reinstall libpng
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date. To reinstall 3.1.0, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date. To reinstall 1.6.44, run: brew reinstall libpng
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date. To reinstall 3.0.4, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Playwright / macos-latest / 1 of 9
libpng 1.6.44 is already installed and up-to-date. To reinstall 1.6.44, run: brew reinstall libpng
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date. To reinstall 3.0.4, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date. To reinstall 1.6.44, run: brew reinstall libpng
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date. To reinstall 3.0.4, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Playwright / macos-latest / 3 of 9
libpng 1.6.44 is already installed and up-to-date. To reinstall 1.6.44, run: brew reinstall libpng
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date. To reinstall 3.0.4, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Playwright / macos-latest / 2 of 9
libpng 1.6.44 is already installed and up-to-date. To reinstall 1.6.44, run: brew reinstall libpng
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date. To reinstall 3.0.4, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date. To reinstall 1.6.44, run: brew reinstall libpng
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date. To reinstall 3.1.0, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright E2E Tests matrix result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
109 passed (1.4m)
🎭 Playwright Run Summary
109 passed (1.5m)
🎭 Playwright Run Summary
109 passed (1.6m)
🎭 Playwright Run Summary
109 passed (1.7m)
🎭 Playwright Run Summary
109 passed (1.9m)
🎭 Playwright Run Summary
109 passed (1.7m)
🎭 Playwright Run Summary
110 passed (2.5m)
🎭 Playwright Run Summary
110 passed (2.9m)
🎭 Playwright Run Summary
110 passed (2.1m)
🎭 Playwright Run Summary
110 passed (1.9m)
🎭 Playwright Run Summary
110 passed (2.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay 109 passed (1.8m)
🎭 Playwright Run Summary
110 passed (1.8m)
🎭 Playwright Run Summary
110 passed (1.6m)
🎭 Playwright Run Summary
110 passed (7.0m)
🎭 Playwright Run Summary
110 passed (8.3m)
🎭 Playwright Run Summary
110 passed (1.2m)
🎭 Playwright Run Summary
110 passed (1.4m)
🎭 Playwright Run Summary
10 skipped 99 passed (1.8m)
🎭 Playwright Run Summary
10 skipped 99 passed (2.2m)
🎭 Playwright Run Summary
1 flaky [webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:69:17 › CalendarRange › Examples › With value › Month switching via chevron 18 skipped 91 passed (2.6m)
🎭 Playwright Run Summary
18 skipped 92 passed (3.7m)
🎭 Playwright Run Summary
109 passed (1.5m)
🎭 Playwright Run Summary
109 passed (1.4m)
🎭 Playwright Run Summary
110 passed (4.4m)
🎭 Playwright Run Summary
110 passed (4.4m)
🎭 Playwright Run Summary
8 skipped 102 passed (1.5m)
🎭 Playwright Run Summary
8 skipped 102 passed (1.8m)
🎭 Playwright Run Summary
110 passed (3.2m)
🎭 Playwright Run Summary
110 passed (3.3m)
🎭 Playwright Run Summary
110 passed (17.5m)
🎭 Playwright Run Summary
110 passed (14.5m)
🎭 Playwright Run Summary
1 flaky [webkit] › tests/core/data-list/data-list.pw.spec.ts:177:9 › DataList › Options with long text ─ 44 skipped 65 passed (2.6m)
🎭 Playwright Run Summary
44 skipped 66 passed (2.0m)
🎭 Playwright Run Summary
1 flaky [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:148:13 › InputDate › API › minimum month more than current month 5 skipped 103 passed (2.4m)
🎭 Playwright Run Summary
3 flaky [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size S [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size M [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:173:13 › InputDateRange › API › Select from [items] => select date range from calendar 5 skipped 101 passed (3.5m)

Artifacts

Produced during runtime
Name Size
playwright-blob-artifacts--ddaf540a39868c4e53efe4a10a111de7a3634d21-12390825314-10021-macOS_7 Expired
2.92 MB