fix(core): use TUI_DARK_MODE
instead of element in dropdown
#11813
e2e.yml
on: pull_request
Build demo
4m 25s
Cypress / Component Testing
5m 16s
Matrix: playwright
E2E result
52s
Playwright E2E Tests matrix result
0s
Annotations
17 errors, 80 warnings, and 36 notices
Build demo
Process completed with exit code 1.
|
[chromium] › projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:45:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L57
1) [chromium] › projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:45: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
55 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
56 |
> 57 | await mobileCalendar.overlay.click();
| ^
58 |
59 | await expect(page.locator('tui-dropdown-mobile')).not.toBeAttached();
60 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:57:46
|
[webkit] › projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:33:13 › CalendarRange › Examples › With another range switcher:
projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts#L64
1) [webkit] › projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:33: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-2.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...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Timeout 5000ms exceeded.
62 | await resetButton.click();
63 |
> 64 | await expect(example).toHaveScreenshot(
| ^
65 | '05-calendar-range-correct-display-defaults-items-and-values-2.png',
66 | );
67 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:64:35
|
[webkit] › projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1060:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › +7 (912) 345-67|-89 => Backspace (x2) => Ctrl + Z (x2):
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L1092
1) [webkit] › projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1060:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › +7 (912) 345-67|-89 => Backspace (x2) => Ctrl + Z (x2)
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(36-input-phone.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- Timeout 5000ms exceeded.
1090 | );
1091 |
> 1092 | await expect(example).toHaveScreenshot('36-input-phone.png');
| ^
1093 |
1094 | await page.keyboard.press(`${CMD}+Z`);
1095 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1092:43
|
[webkit] › projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1108:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › +7 (912) |345-67|-89 => Delete => Cmd + Z:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L1131
2) [webkit] › projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1108:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › +7 (912) |345-67|-89 => Delete => Cmd + Z
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(38-input-phone.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</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('#demo-content')
- Timeout 5000ms exceeded.
1129 | );
1130 |
> 1131 | await expect(example).toHaveScreenshot('38-input-phone.png');
| ^
1132 |
1133 | await page.keyboard.press(`${CMD}+Z`);
1134 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1131:43
|
[webkit] › projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1251:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Redo › +7 (912) |345-67|-89 => Delete => Cmd + Z => Cmd + Shift + Z:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L1302
3) [webkit] › projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1251:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Redo › +7 (912) |345-67|-89 => Delete => Cmd + Z => Cmd + Shift + Z
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(48-input-phone.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
1300 | );
1301 |
> 1302 | await expect(example).toHaveScreenshot('48-input-phone.png');
| ^
1303 | });
1304 | });
1305 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1302:43
|
[webkit] › projects/demo-playwright/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] › projects/demo-playwright/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-8-times-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(05-backspace-pressed-8-times.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#base [automation-id="tui-doc-example"]').locator('tui-input-date-time')
- locator resolved to <tui-input-date-time data-size="l" _nghost-ng-c3385455107="" formcontrolname="testValue" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date-time>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- 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] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=s:
projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L190
1) [webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=s
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-s.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</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('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- Timeout 5000ms exceeded.
188 | await document.waitTuiIcons();
189 |
> 190 | await expect(document.apiPageExample).toHaveScreenshot(
| ^
191 | `12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-${size}.png`,
192 | );
193 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:190:55
|
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=l:
projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L190
2) [webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=l
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-l.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- Timeout 5000ms exceeded.
188 | await document.waitTuiIcons();
189 |
> 190 | await expect(document.apiPageExample).toHaveScreenshot(
| ^
191 | `12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-${size}.png`,
192 | );
193 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:190:55
|
[webkit] › projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:132:17 › InputDate › API › correct filler display for size=s:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L141
3) [webkit] › projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:132:17 › InputDate › API › correct filler display for size=s
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(02-01-input-date-s.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...
- Timeout 5000ms exceeded.
139 | await documentationPage.prepareBeforeScreenshot();
140 |
> 141 | await expect(page).toHaveScreenshot(`02-01-input-date-${size}.png`);
| ^
142 |
143 | await page.keyboard.type('01.');
144 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:141:36
|
[webkit] › projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:132:17 › InputDate › API › correct filler display for size=m:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L138
4) [webkit] › projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:132:17 › InputDate › API › correct filler display for size=m
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c2766531456="" 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
136 | );
137 |
> 138 | await inputDate.textfield.click();
| ^
139 | await documentationPage.prepareBeforeScreenshot();
140 |
141 | await expect(page).toHaveScreenshot(`02-01-input-date-${size}.png`);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:138:43
|
[webkit] › projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:163:13 › InputDate › API › minimum month more than current month:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L170
5) [webkit] › projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:163:13 › InputDate › API › minimum month more than current month
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
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...
- Timeout 5000ms exceeded.
168 | await documentationPage.prepareBeforeScreenshot();
169 |
> 170 | await expect(page).toHaveScreenshot('04-input-date.png');
| ^
171 | });
172 |
173 | 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:170:32
|
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:46:17 › InputDateRange › API › correct filler display for size M:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L86
6) [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:46:17 › InputDateRange › API › correct filler display for size M
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('tui-calendar-range, tui-mobile-calendar')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(04-calendar-size-m-set-to-date.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- 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('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
84 | `04-textfield-size-${size}-set-to-date.png`,
85 | );
> 86 | await expect(inputDateRange.calendar).toHaveScreenshot(
| ^
87 | `04-calendar-size-${size}-set-to-date.png`,
88 | );
89 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:86:55
|
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:46:17 › InputDateRange › API › correct filler display for size L:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L83
7) [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:46:17 › InputDateRange › API › correct filler display for size L
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(04-textfield-size-l-set-to-date.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
- locator resolved to <input tabindex="0" placeholder="" aria-invalid="false" _ngcontent-ng-c2766531456="" id="tui_interactive_431601061540000" 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...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
- locator resolved to <input tabindex="0" placeholder="" aria-invalid="false" _ngcontent-ng-c2766531456="" id="tui_interactive_431601061540000" 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.
81 | await inputDateRange.textfield.pressSequentially('01.01.2022');
82 |
> 83 | await expect(inputDateRange.textfield).toHaveScreenshot(
| ^
84 | `04-textfield-size-${size}-set-to-date.png`,
85 | );
86 | 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:83:56
|
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:440:13 › InputDateRange › Examples › Actual min/max in calendar:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L452
8) [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:440:13 › InputDateRange › Examples › Actual min/max in calendar
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('tui-calendar-range, tui-mobile-calendar')
Failed to take two consecutive stable screenshots.
Previous: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ra-656be--Actual-min-max-in-calendar-webkit/18-input-date-range-calendar-actual-min-max-previous.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ra-656be--Actual-min-max-in-calendar-webkit/18-input-date-range-calendar-actual-min-max-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ra-656be--Actual-min-max-in-calendar-webkit/18-input-date-range-calendar-actual-min-max-diff.png
Call log:
- expect.toHaveScreenshot(18-input-date-range-calendar-actual-min-max.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- 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('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- 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
- 123255 pixels (ratio 0.17 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
450 | '17-input-date-range-actual-min-max.png',
451 | );
> 452 | await expect(inputDateRange.calendar).toHaveScreenshot(
| ^
453 | '18-input-date-range-calendar-actual-min-max.png',
454 | );
455 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:452:51
|
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:113:13 › InputDateRange › API › Maximum month when items not empty:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L117
1) [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:113:13 › InputDateRange › API › Maximum month when items not empty
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/06-textfield-maximum-month-with-items-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(06-textfield-maximum-month-with-items.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
- Timeout 5000ms exceeded.
115 | await inputDateRange.textfield.click();
116 |
> 117 | await expect(inputDateRange.textfield).toHaveScreenshot(
| ^
118 | '06-textfield-maximum-month-with-items.png',
119 | );
120 | 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:117:52
|
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /layout/card-medium:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /layout/card-medium
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: getByTestId('tui-doc-example').first()
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(layout-card-medium/1.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- 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.
40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150);
41 |
> 42 | await expect(example).toHaveScreenshot([
| ^
43 | path.replace('/', '').replaceAll('/', '-'),
44 | `${i + 1}.png`,
45 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
Playwright / ubuntu-latest / 1 of 9
Cache not found for keys: Linux-playwright-1.50.1
|
Playwright / ubuntu-latest / 6 of 9
Cache not found for keys: Linux-playwright-1.50.1
|
Playwright / ubuntu-latest / 4 of 9
Cache not found for keys: Linux-playwright-1.50.1
|
Playwright / ubuntu-latest / 8 of 9
Cache not found for keys: Linux-playwright-1.50.1
|
Playwright / ubuntu-latest / 2 of 9
Cache not found for keys: Linux-playwright-1.50.1
|
Playwright / ubuntu-latest / 9 of 9
Cache not found for keys: Linux-playwright-1.50.1
|
Playwright / ubuntu-latest / 7 of 9
Cache not found for keys: Linux-playwright-1.50.1
|
Playwright / macos-latest / 1 of 9
Cache not found for keys: macOS-node-20.x__ab1df1a076ef587c4402b7594cc2fe15b661a237a2b4074bec2e9d9380132e9d, macOS-node-cache-
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 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 / 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 / 1 of 9
Cache not found for keys: macOS-playwright-1.50.1
|
Playwright / ubuntu-latest / 5 of 9
Cache not found for keys: Linux-playwright-1.50.1
|
Playwright / macos-latest / 2 of 9
Cache not found for keys: macOS-node-20.x__ab1df1a076ef587c4402b7594cc2fe15b661a237a2b4074bec2e9d9380132e9d, macOS-node-cache-
|
Playwright / macos-latest / 2 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 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 / 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 / 2 of 9
Cache not found for keys: macOS-playwright-1.50.1
|
Playwright / macos-latest / 4 of 9
Cache not found for keys: macOS-node-20.x__ab1df1a076ef587c4402b7594cc2fe15b661a237a2b4074bec2e9d9380132e9d, macOS-node-cache-
|
Playwright / macos-latest / 4 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 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 / 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 / 4 of 9
Cache not found for keys: macOS-playwright-1.50.1
|
Playwright / ubuntu-latest / 3 of 9
Cache not found for keys: Linux-playwright-1.50.1
|
Playwright / macos-latest / 6 of 9
Cache not found for keys: macOS-node-20.x__ab1df1a076ef587c4402b7594cc2fe15b661a237a2b4074bec2e9d9380132e9d, macOS-node-cache-
|
Playwright / macos-latest / 6 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 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 / 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 / 6 of 9
Cache not found for keys: macOS-playwright-1.50.1
|
Playwright / macos-latest / 3 of 9
Cache not found for keys: macOS-node-20.x__ab1df1a076ef587c4402b7594cc2fe15b661a237a2b4074bec2e9d9380132e9d, macOS-node-cache-
|
Playwright / macos-latest / 3 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright / macos-latest / 3 of 9
Cache not found for keys: macOS-playwright-1.50.1
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 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 / 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 / 8 of 9
Cache not found for keys: macOS-node-20.x-nx-caches-
|
Playwright / macos-latest / 8 of 9
Cache not found for keys: macOS-playwright-1.50.1
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / 7 of 9
Cache not found for keys: macOS-node-20.x-nx-caches-
|
Playwright / macos-latest / 7 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / macos-latest / 7 of 9
Cache not found for keys: macOS-playwright-1.50.1
|
Playwright / macos-latest / 5 of 9
Cache not found for keys: macOS-node-20.x-nx-caches-
|
Playwright / macos-latest / 5 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Playwright / macos-latest / 5 of 9
Cache not found for keys: macOS-playwright-1.50.1
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 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 / 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 / 9 of 9
Cache not found for keys: macOS-node-20.x-nx-caches-
|
Playwright / macos-latest / 9 of 9
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 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 / 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 / 9 of 9
Cache not found for keys: macOS-playwright-1.50.1
|
Unable to comment on PR
Unable to comment on your PR — this can happen for PR's originating from a fork without write permissions. You can copy the test results directly into a comment using the markdown summary below:
<!-- playwright-report-github-action -- ⚙️ E2E testing -->
### Playwright test results
![passed](https://icongr.am/octicons/check-circle.svg?size=14&color=3fb950) **2085 passed**
![flaky](https://icongr.am/octicons/alert.svg?size=14&color=d29922) **2 flaky**
![skipped](https://icongr.am/octicons/skip.svg?size=14&color=0967d9) **83 skipped**
#### Details
![stats](https://icongr.am/octicons/pulse.svg?size=14&color=abb4bf) 2170 tests across 73 suites
![duration](https://icongr.am/octicons/clock.svg?size=14&color=abb4bf) 24 minutes, 21 seconds
![commit](https://icongr.am/octicons/git-pull-request.svg?size=14&color=abb4bf) [31020e4](https://github.com/taiga-family/taiga-ui/commit/31020e4e84143d1053cbaa9b318aebe29e168e8e)
<details ><summary><strong>Flaky tests</strong></summary>
webkit › tests/legacy/input-date-range/input-date-range.pw.spec.ts › InputDateRange › API › Maximum month when items not empty
webkit › tests/legacy/input-date-time/input-date-time.pw.spec.ts › InputDateTime › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
</details>
<details ><summary><strong>Skipped tests</strong></summary>
webkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › input card grouped with validation
webkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › input card grouped with saved cards
webkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › expired field should be clickable after reset of prefilled value
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › anchor links navigation works › scroll to "tui-doc-example"
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › anchor links navigation works › scroll to "tui-doc-code"
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › anchor links navigation works › scroll after click on link with anchor
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › getting started / [light mode]
webkit › tests/addon-doc/navigation.pw.spec.ts › Navigation › getting started / [dark mode]
webkit › tests/core/data-list/data-list.pw.spec.ts › DataList › Submenu
webkit › tests/core/data-list/data-list.pw.spec.ts › DataList › Form control
webkit › tests/core/data-list/data-list.pw.spec.ts › DataList › Complex
webkit › tests/core/data-list/data-list.pw.spec.ts › DataList › Options with long text
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with confirmation works › Prompt
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with confirmation works › Pristine form does not show confirmation
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with confirmation works › Dirty form shows confirmation
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with confirmation works › Form is reset to pristine
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › A dialog and a nested dialog are open correctly
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Mobile dialog works
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Dialog with directive works
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Show simple
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 320x480 › Show simple + custom button
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 720x900 › Dialog with confirmation works › Prompt
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 720x900 › Dialog with confirmation works › Pristine form does not show confirmation
webkit › tests/core/dialogs/dialogs.pw.spec.ts › Dialogs › 720x900 › Dialog with confirmation works › Dirty form shows confirmation
webkit › tests/core/di
|
🎭 Playwright Run Summary
121 passed (1.7m)
|
🎭 Playwright Run Summary
121 passed (2.0m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:45:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay
119 passed (2.0m)
|
🎭 Playwright Run Summary
120 passed (1.8m)
|
🎭 Playwright Run Summary
121 passed (2.6m)
|
🎭 Playwright Run Summary
121 passed (2.4m)
|
🎭 Playwright Run Summary
120 passed (1.9m)
|
🎭 Playwright Run Summary
120 passed (2.1m)
|
🎭 Playwright Run Summary
121 passed (2.7m)
|
🎭 Playwright Run Summary
121 passed (2.4m)
|
🎭 Playwright Run Summary
120 passed (1.9m)
|
🎭 Playwright Run Summary
120 passed (2.1m)
|
🎭 Playwright Run Summary
120 passed (2.3m)
|
🎭 Playwright Run Summary
120 passed (2.0m)
|
🎭 Playwright Run Summary
10 skipped
111 passed (2.3m)
|
🎭 Playwright Run Summary
10 skipped
111 passed (2.4m)
|
🎭 Playwright Run Summary
121 passed (3.5m)
|
🎭 Playwright Run Summary
121 passed (4.1m)
|
🎭 Playwright Run Summary
43 skipped
78 passed (4.4m)
|
🎭 Playwright Run Summary
43 skipped
78 passed (3.6m)
|
🎭 Playwright Run Summary
121 passed (3.3m)
|
🎭 Playwright Run Summary
121 passed (3.2m)
|
🎭 Playwright Run Summary
121 passed (5.7m)
|
🎭 Playwright Run Summary
121 passed (6.8m)
|
🎭 Playwright Run Summary
17 skipped
103 passed (2.9m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › projects/demo-playwright/tests/kit/calendar-range/calendar-range.pw.spec.ts:33:13 › CalendarRange › Examples › With another range switcher
17 skipped
102 passed (2.7m)
|
🎭 Playwright Run Summary
121 passed (8.3m)
|
🎭 Playwright Run Summary
121 passed (7.1m)
|
🎭 Playwright Run Summary
3 flaky
[webkit] › projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1060:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › +7 (912) 345-67|-89 => Backspace (x2) => Ctrl + Z (x2)
[webkit] › projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1108:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Select all + Delete => Ctrl + Z › +7 (912) |345-67|-89 => Delete => Cmd + Z
[webkit] › projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1251:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Redo › +7 (912) |345-67|-89 => Delete => Cmd + Z => Cmd + Shift + Z
117 passed (3.3m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › projects/demo-playwright/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
119 passed (2.9m)
|
🎭 Playwright Run Summary
8 flaky
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=s
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=l
[webkit] › projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:132:17 › InputDate › API › correct filler display for size=s
[webkit] › projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:132:17 › InputDate › API › correct filler display for size=m
[webkit] › projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:163:13 › InputDate › API › minimum month more than current month
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:46:17 › InputDateRange › API › correct filler display for size M
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:46:17 › InputDateRange › API › correct filler display for size L
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:440:13 › InputDateRange › Examples › Actual min/max in calendar
9 skipped
103 passed (5.3m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:113:13 › InputDateRange › API › Maximum month when items not empty
9 skipped
110 passed (3.6m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /layout/card-medium
120 passed (6.2m)
|
🎭 Playwright Run Summary
121 passed (4.9m)
|
🎭 Playwright Run Summary
4 skipped
116 passed (2.1m)
|
🎭 Playwright Run Summary
4 skipped
116 passed (1.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_31020e4e84143d1053cbaa9b318aebe29e168e8e
|
159 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-Linux_1
|
385 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-Linux_2
|
517 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-Linux_3
|
1.41 MB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-Linux_4
|
686 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-Linux_5
|
1.08 MB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-Linux_6
|
457 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-Linux_7
|
482 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-Linux_8
|
500 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-Linux_9
|
534 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-macOS_1
|
303 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-macOS_2
|
405 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-macOS_3
|
1.29 MB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-macOS_4
|
626 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-macOS_5
|
995 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-macOS_6
|
380 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-macOS_7
|
965 KB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-macOS_8
|
1.05 MB |
|
playwright-blob-artifacts--31020e4e84143d1053cbaa9b318aebe29e168e8e-13332062146-10341-macOS_9
|
422 KB |
|