chore(deps): update taiga-family/ci action to v1.51.12 #445
Annotations
7 errors and 2 notices
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts#L1
1) [chromium] › tests/kit/combo-box/combobox.spec.ts:6:9 › ComboBox › Don't allow disabled options to be selected by typing them
Test timeout of 30000ms exceeded.
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/utils/goto.ts#L50
1) [chromium] › tests/kit/combo-box/combobox.spec.ts:6:9 › ComboBox › Don't allow disabled options to be selected by typing them
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:3333/components/combo-box", waiting until "load"
at utils/goto.ts:50
48 | await tuiMockDate(page, date);
49 |
> 50 | const response = await page.goto(url, playwrightGotoOptions);
| ^
51 |
52 | await page.waitForLoadState('domcontentloaded');
53 | await page.waitForLoadState('load');
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:50:33)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts:7:9
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/dropdown-context/dropdown-context.spec.ts#L5
2) [chromium] › tests/kit/dropdown-context/dropdown-context.spec.ts:33:9 › DropdownContext › does not close dropdown when nested dropdown is clicked
Test timeout of 30000ms exceeded while running "beforeEach" hook.
3 |
4 | test.describe('DropdownContext', () => {
> 5 | test.beforeEach(async ({page}) => tuiGoto(page, '/directives/dropdown-context'));
| ^
6 |
7 | test('opens dropdown on right click', async ({page}) => {
8 | const api = new TuiDocumentationPagePO(page);
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-context/dropdown-context.spec.ts:5:10
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/utils/goto.ts#L50
2) [chromium] › tests/kit/dropdown-context/dropdown-context.spec.ts:33:9 › DropdownContext › does not close dropdown when nested dropdown is clicked
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:3333/directives/dropdown-context", waiting until "load"
at utils/goto.ts:50
48 | await tuiMockDate(page, date);
49 |
> 50 | const response = await page.goto(url, playwrightGotoOptions);
| ^
51 |
52 | await page.waitForLoadState('domcontentloaded');
53 | await page.waitForLoadState('load');
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:50:33)
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/dropdown-context/dropdown-context.spec.ts#L42
2) [chromium] › tests/kit/dropdown-context/dropdown-context.spec.ts:33:9 › DropdownContext › does not close dropdown when nested dropdown is clicked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
1349 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/dropdown-context/dropdown-context.spec.ts-snapshots/04-dropdown-context-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-context-dropdown-context-Dr-bd18e--close-dropdown-when-nested-dropdown-is-clicked-chromium-retry1/04-dropdown-context-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-dropdown-context-dropdown-context-Dr-bd18e--close-dropdown-when-nested-dropdown-is-clicked-chromium-retry1/04-dropdown-context-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#context-menu [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-tui-demo-c136="" automation-id="tui-d…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- 1349 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#context-menu [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-tui-demo-c136="" automation-id="tui-d…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 1349 pixels (ratio 0.01 of all image pixels) are different.
40 | await page.locator('[tuiOption]').last().click();
41 | await api.networkidle();
> 42 | await expect(example).toHaveScreenshot('04-dropdown-context.png');
| ^
43 | await page.locator('[tuiOption]').last().click();
44 | await api.networkidle();
45 | await expect(example).toHaveScreenshot('05-dropdown-context.png');
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-context/dropdown-context.spec.ts:42:31
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/field-error/field-error.spec.ts#L1
3) [chromium] › tests/kit/field-error/field-error.spec.ts:5:9 › TuiFieldError › Errors of invalid control are shown correctly
Test timeout of 30000ms exceeded.
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/utils/goto.ts#L50
3) [chromium] › tests/kit/field-error/field-error.spec.ts:5:9 › TuiFieldError › Errors of invalid control are shown correctly
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:3333/pipes/field-error", waiting until "load"
at utils/goto.ts:50
48 | await tuiMockDate(page, date);
49 |
> 50 | const response = await page.goto(url, playwrightGotoOptions);
| ^
51 |
52 | await page.waitForLoadState('domcontentloaded');
53 | await page.waitForLoadState('load');
at tuiGoto (/home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:50:33)
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/field-error/field-error.spec.ts:6:9
|
Run screenshot tests on dist/demo/browser
111 passed (1.8m)
|
Run screenshot tests on dist/demo/browser/main
3 flaky
[chromium] › tests/kit/combo-box/combobox.spec.ts:6:9 › ComboBox › Don't allow disabled options to be selected by typing them
[chromium] › tests/kit/dropdown-context/dropdown-context.spec.ts:33:9 › DropdownContext › does not close dropdown when nested dropdown is clicked
[chromium] › tests/kit/field-error/field-error.spec.ts:5:9 › TuiFieldError › Errors of invalid control are shown correctly
108 passed (2.1m)
|
The logs for this run have expired and are no longer available.
Loading