refactor: enable arguments-order
#4713
Annotations
1 error and 2 notices
projects/demo-playwright/tests/demo/demo.spec.ts#L37
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /layout/card-large ────────────────────────
Error: Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(layout-card-large/12.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(11)
- locator resolved to <div _ngcontent-ng-c3443978456="" 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 getByTestId('tui-doc-example').nth(11)
- locator resolved to <div _ngcontent-ng-c3443978456="" 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.
35 | await documentation.waitStableState(); // note: load lazy loading images
36 |
> 37 | await expect(example).toHaveScreenshot(
| ^
38 | [path.replace('/', '').replaceAll('/', '-'), `${i + 1}.png`],
39 | {threshold: 0.02},
40 | );
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:37:39
|
|
|
This job succeeded
Loading