Skip to content

chore: flaky e2e #11021

chore: flaky e2e

chore: flaky e2e #11021

Triggered via pull request December 17, 2024 09:54
Status Success
Total duration 35m 48s
Artifacts 19

e2e.yml

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

Annotations

9 errors, 59 warnings, and 36 notices
[chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay: projects/demo-playwright/tests/core/hint/hint.pw.spec.ts#L90
1) [chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ───── Error: expect(page).toHaveScreenshot(expected) 72139 pixels (ratio 0.13 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.pw.spec.ts-snapshots/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-diff.png Call log: - expect.toHaveScreenshot(03-hint-mode-false-tuiHintShowDelay-1000-wait-500.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 72139 pixels (ratio 0.13 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 - captured a stable screenshot - 72139 pixels (ratio 0.13 of all image pixels) are different. 88 | await page.waitForTimeout(500); 89 | > 90 | await expect(page).toHaveScreenshot( | ^ 91 | `03-hint-mode-${mode}-tuiHintShowDelay-1000-wait-500.png`, 92 | ); 93 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.pw.spec.ts:90:32
[webkit] › tests/core/data-list/data-list.pw.spec.ts:176:9 › DataList › Options with long text: projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L187
1) [webkit] › tests/core/data-list/data-list.pw.spec.ts:176: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. 185 | await documentationPagePO.prepareBeforeScreenshot(); 186 | > 187 | await expect(page).toHaveScreenshot('10-data-list.png'); | ^ 188 | }); 189 | }); 190 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:187:28
[webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:31:13 › CalendarRange › Examples › With another range switcher: projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts#L38
1) [webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:31:13 › CalendarRange › Examples › With another range switcher Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected) Locator: locator('#with-another-range-switcher [automation-id="tui-doc-example"]') Timeout 5000ms exceeded. Call log: - expect.toHaveScreenshot(05-calendar-range-correct-display-defaults-items-and-values-1.png) with timeout 5000ms - generating new stable screenshot expectation - waiting for locator('#with-another-range-switcher [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... - fonts loaded - attempting scroll into view action - waiting for element to be stable - waiting 100ms before taking screenshot - waiting for locator('#with-another-range-switcher [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. 36 | example.locator('p button[data-appearance="action"]'); 37 | > 38 | await expect(example).toHaveScreenshot( | ^ 39 | '05-calendar-range-correct-display-defaults-items-and-values-1.png', 40 | ); 41 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:38:35
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31: projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L167
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31 Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected) Locator: locator('#demo-content').locator('tui-input-date').getByRole('textbox') Timeout 5000ms exceeded. Call log: - expect.toHaveScreenshot(05-input-date.png) with timeout 5000ms - generating new stable screenshot expectation - waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox') - locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - Timeout 5000ms exceeded. 165 | await expect(inputDate.textfield).toHaveJSProperty('selectionStart', 1); 166 | await expect(inputDate.textfield).toHaveJSProperty('selectionEnd', 1); > 167 | await expect(inputDate.textfield).toHaveScreenshot('05-input-date.png'); | ^ 168 | }); 169 | 170 | test('does not accept month > 12', async ({page}) => { at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:167:51
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english: projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected) Timeout 5000ms exceeded. Call log: - expect.toHaveScreenshot(08-input-date-english.png) with timeout 5000ms - generating new stable screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - Timeout 5000ms exceeded. 276 | await example.locator('tui-input-date .t-icon tui-icon').click(); 277 | > 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`); | ^ 279 | }); 280 | }); 281 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish: projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
3) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected) Timeout 5000ms exceeded. Call log: - expect.toHaveScreenshot(08-input-date-spanish.png) with timeout 5000ms - generating new stable screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - Timeout 5000ms exceeded. 276 | await example.locator('tui-input-date .t-icon tui-icon').click(); 277 | > 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`); | ^ 279 | }); 280 | }); 281 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
[webkit] › tests/legacy/input-date-time/input-date-time.pw.spec.ts:341:17 › InputDateTime › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems: projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts#L364
1) [webkit] › tests/legacy/input-date-time/input-date-time.pw.spec.ts:341:17 › InputDateTime › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems 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-time/input-date-time.pw.spec.ts-snapshots/05-backspace-pressed-1-times-webkit-darwin.png Call log: - expect.toHaveScreenshot(05-backspace-pressed-1-times.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#base [automation-id="tui-doc-example"]').locator('tui-input-date-time') - Timeout 5000ms exceeded. 362 | await inputDateTime.textfield.press('Backspace'); 363 | > 364 | await expect(inputDateTime.host).toHaveScreenshot( | ^ 365 | `05-backspace-pressed-${i}-times.png`, 366 | ); 367 | } at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:364:54
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L103
1) [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field TimeoutError: locator.pressSequentially: Timeout 10000ms exceeded. Call log: - waiting for locator('#demo-content').locator('input') - locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_331601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/> - elementHandle.type("2020") 101 | page, 102 | }) => { > 103 | await input.pressSequentially('2020'); | ^ 104 | 105 | const cell = page.locator( 106 | '[automation-id="tui-calendar-year__cell"]:has-text("2030")', at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:103:25
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:26:13 › InputYear › Does not allow incorrect year entry › 2040 => 2020: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L27
1) [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:26:13 › InputYear › Does not allow incorrect year entry › 2040 => 2020 TimeoutError: locator.pressSequentially: Timeout 10000ms exceeded. Call log: - waiting for locator('#demo-content').locator('input') - locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_331601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/> - elementHandle.type("2040") 25 | 26 | test('2040 => 2020', async ({page}) => { > 27 | await input.pressSequentially('2040'); | ^ 28 | 29 | await expect(page).toHaveScreenshot('02-input-year.png'); 30 | }); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:27:25
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cypress / Component Testing
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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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
Slow Test: [webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 15.9s
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 / 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.0.4 is already installed and up-to-date. To reinstall 3.0.4, 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 / 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 / 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 / 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.0.4 is already installed and up-to-date. To reinstall 3.0.4, 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 / 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
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 / 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 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
110 passed (1.3m)
🎭 Playwright Run Summary
110 passed (1.4m)
🎭 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
110 passed (1.8m)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ────── 109 passed (1.6m)
🎭 Playwright Run Summary
8 skipped 102 passed (1.3m)
🎭 Playwright Run Summary
8 skipped 102 passed (1.7m)
🎭 Playwright Run Summary
109 passed (1.8m)
🎭 Playwright Run Summary
109 passed (1.6m)
🎭 Playwright Run Summary
109 passed (2.0m)
🎭 Playwright Run Summary
109 passed (1.7m)
🎭 Playwright Run Summary
110 passed (2.0m)
🎭 Playwright Run Summary
110 passed (1.9m)
🎭 Playwright Run Summary
1 flaky [webkit] › tests/core/data-list/data-list.pw.spec.ts:176:9 › DataList › Options with long text ─ 44 skipped 65 passed (2.1m)
🎭 Playwright Run Summary
44 skipped 66 passed (2.4m)
🎭 Playwright Run Summary
110 passed (2.5m)
🎭 Playwright Run Summary
110 passed (2.8m)
🎭 Playwright Run Summary
110 passed (4.3m)
🎭 Playwright Run Summary
110 passed (2.9m)
🎭 Playwright Run Summary
18 skipped 91 passed (2.8m)
🎭 Playwright Run Summary
1 flaky [webkit] › tests/kit/calendar-range/calendar-range.pw.spec.ts:31:13 › CalendarRange › Examples › With another range switcher 18 skipped 90 passed (2.9m)
🎭 Playwright Run Summary
3 flaky [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:159:17 › InputDate › API › Invalid date cases › does not accept day > 31 [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish 5 skipped 101 passed (4.2m)
🎭 Playwright Run Summary
1 flaky [webkit] › tests/legacy/input-date-time/input-date-time.pw.spec.ts:341:17 › InputDateTime › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems 5 skipped 103 passed (2.3m)
🎭 Playwright Run Summary
110 passed (7.0m)
🎭 Playwright Run Summary
110 passed (8.4m)
🎭 Playwright Run Summary
110 passed (5.4m)
🎭 Playwright Run Summary
110 passed (4.5m)
🎭 Playwright Run Summary
109 passed (2.7m)
🎭 Playwright Run Summary
109 passed (1.9m)
🎭 Playwright Run Summary
1 flaky [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field 10 skipped 98 passed (2.8m)
🎭 Playwright Run Summary
1 flaky [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:26:13 › InputYear › Does not allow incorrect year entry › 2040 => 2020 10 skipped 98 passed (4.0m)
🎭 Playwright Run Summary
110 passed (15.2m)
🎭 Playwright Run Summary
110 passed (14.5m)

Artifacts

Produced during runtime
Name Size
cy_baseline_57d7852eec23b89ab9abb2f38ecc21c4525afc76 Expired
113 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-Linux_1 Expired
263 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-Linux_2 Expired
572 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-Linux_3 Expired
1.45 MB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-Linux_4 Expired
530 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-Linux_5 Expired
830 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-Linux_6 Expired
433 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-Linux_7 Expired
346 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-Linux_8 Expired
358 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-Linux_9 Expired
392 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-macOS_1 Expired
225 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-macOS_2 Expired
1.58 MB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-macOS_3 Expired
1.44 MB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-macOS_4 Expired
536 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-macOS_5 Expired
790 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-macOS_6 Expired
396 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-macOS_7 Expired
895 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-macOS_8 Expired
354 KB
playwright-blob-artifacts--57d7852eec23b89ab9abb2f38ecc21c4525afc76-12370536372-10001-macOS_9 Expired
711 KB