Playwright #741
Annotations
10 errors, 3 warnings, and 1 notice
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L141
1) modules/nested-tabs/nested-tabs-4.test.ts:92:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll
Error: expect(received).not.toBeTruthy()
Received: true
139 | isFirstItemVisible = await isTabTitleVisible( frame, 0 );
140 |
> 141 | expect.soft( isFirstItemVisible ).not.toBeTruthy();
| ^
142 |
143 | await frame.locator( '.e-scroll' ).evaluate( ( element ) => {
144 | element.scrollBy( -300, 0 );
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:141:42
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:120:3
|
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L166
1) modules/nested-tabs/nested-tabs-4.test.ts:92:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll
Error: expect(received).toBeTruthy()
Received: false
164 | isLastItemVisible = await isTabTitleVisible( page, ( itemCount - 1 ) );
165 |
> 166 | expect.soft( isFirstItemVisible ).toBeTruthy();
| ^
167 | expect.soft( isLastItemVisible ).not.toBeTruthy();
168 |
169 | await widgetHeading.hover();
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:166:38
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:157:3
|
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L178
1) modules/nested-tabs/nested-tabs-4.test.ts:92:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll
Error: expect(received).not.toBeTruthy()
Received: true
176 | isFirstItemVisible = await isTabTitleVisible( page, 0 );
177 |
> 178 | expect.soft( isFirstItemVisible ).not.toBeTruthy();
| ^
179 |
180 | await page.locator( '.e-scroll' ).evaluate( ( element ) => {
181 | element.scrollBy( -600, 0 );
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:178:42
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:157:3
|
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L187
1) modules/nested-tabs/nested-tabs-4.test.ts:92:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll
Error: expect(received).toBeTruthy()
Received: false
185 | isLastItemVisible = await isTabTitleVisible( page, ( itemCount - 1 ) );
186 |
> 187 | expect.soft( isFirstItemVisible ).toBeTruthy();
| ^
188 | expect.soft( isLastItemVisible ).not.toBeTruthy();
189 | } );
190 | } );
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:187:38
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:157:3
|
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L141
1) modules/nested-tabs/nested-tabs-4.test.ts:92:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toBeTruthy()
Received: true
139 | isFirstItemVisible = await isTabTitleVisible( frame, 0 );
140 |
> 141 | expect.soft( isFirstItemVisible ).not.toBeTruthy();
| ^
142 |
143 | await frame.locator( '.e-scroll' ).evaluate( ( element ) => {
144 | element.scrollBy( -300, 0 );
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:141:42
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:120:3
|
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L166
1) modules/nested-tabs/nested-tabs-4.test.ts:92:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
164 | isLastItemVisible = await isTabTitleVisible( page, ( itemCount - 1 ) );
165 |
> 166 | expect.soft( isFirstItemVisible ).toBeTruthy();
| ^
167 | expect.soft( isLastItemVisible ).not.toBeTruthy();
168 |
169 | await widgetHeading.hover();
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:166:38
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:157:3
|
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L178
1) modules/nested-tabs/nested-tabs-4.test.ts:92:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toBeTruthy()
Received: true
176 | isFirstItemVisible = await isTabTitleVisible( page, 0 );
177 |
> 178 | expect.soft( isFirstItemVisible ).not.toBeTruthy();
| ^
179 |
180 | await page.locator( '.e-scroll' ).evaluate( ( element ) => {
181 | element.scrollBy( -600, 0 );
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:178:42
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:157:3
|
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L187
1) modules/nested-tabs/nested-tabs-4.test.ts:92:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
185 | isLastItemVisible = await isTabTitleVisible( page, ( itemCount - 1 ) );
186 |
> 187 | expect.soft( isFirstItemVisible ).toBeTruthy();
| ^
188 | expect.soft( isLastItemVisible ).not.toBeTruthy();
189 | } );
190 | } );
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:187:38
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:157:3
|
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L233
2) modules/nested-tabs/nested-tabs-4.test.ts:192:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll - rtl
Error: Screenshot comparison failed:
Expected an image 340px by 54px, received 280px by 49px. 6412 pixels (ratio 0.35 of all image pixels) are different.
Expected: /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts-snapshots/tabs-horizontal-scroll-initial-editor-linux.png
Received: /home/runner/work/elementor/elementor/test-results/modules-nested-tabs-nested-c7d3b-abs-horizontal-scroll---rtl/tabs-horizontal-scroll-initial-editor-actual.png
Diff: /home/runner/work/elementor/elementor/test-results/modules-nested-tabs-nested-c7d3b-abs-horizontal-scroll---rtl/tabs-horizontal-scroll-initial-editor-diff.png
231 | expect.soft( await frame.locator( '.e-n-tabs-heading' ).first().screenshot( {
232 | type: 'png',
> 233 | } ) ).toMatchSnapshot( 'tabs-horizontal-scroll-initial-editor.png' );
| ^
234 | } );
235 |
236 | await test.step( 'Assert scrolling behaviour on the Frontend', async () => {
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:233:10
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:215:3
|
Run Playwright tests:
tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts#L254
2) modules/nested-tabs/nested-tabs-4.test.ts:192:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll - rtl
Error: Screenshot comparison failed:
Expected an image 380px by 54px, received 320px by 49px. 6477 pixels (ratio 0.32 of all image pixels) are different.
Expected: /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts-snapshots/tabs-horizontal-scroll-initial-frontend-linux.png
Received: /home/runner/work/elementor/elementor/test-results/modules-nested-tabs-nested-c7d3b-abs-horizontal-scroll---rtl/tabs-horizontal-scroll-initial-frontend-actual.png
Diff: /home/runner/work/elementor/elementor/test-results/modules-nested-tabs-nested-c7d3b-abs-horizontal-scroll---rtl/tabs-horizontal-scroll-initial-frontend-diff.png
252 | expect.soft( await page.locator( '.e-n-tabs-heading' ).first().screenshot( {
253 | type: 'png',
> 254 | } ) ).toMatchSnapshot( 'tabs-horizontal-scroll-initial-frontend.png' );
| ^
255 | } );
256 |
257 | await test.step( 'Reset language to English', async () => {
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:254:10
at /home/runner/work/elementor/elementor/tests/playwright/sanity/modules/nested-tabs/nested-tabs-4.test.ts:236:3
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
modules/styleguide/styleguide-1.test.ts#L1
modules/styleguide/styleguide-1.test.ts took 2.2m
|
Run Playwright tests:
modules/nested-tabs/nested-tabs-6.test.ts#L1
modules/nested-tabs/nested-tabs-6.test.ts took 29.8s
|
Run Playwright tests
10 failed
modules/nested-tabs/nested-tabs-4.test.ts:92:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll
modules/nested-tabs/nested-tabs-4.test.ts:192:6 › Nested Tabs tests @nested-tabs › Nested tabs horizontal scroll - rtl
modules/nested-tabs/nested-tabs-4.test.ts:304:6 › Nested Tabs tests @nested-tabs › Check title width inside the accordion mode
modules/nested-tabs/nested-tabs-4.test.ts:327:6 › Nested Tabs tests @nested-tabs › Verify the correct hover effect with screenshots
modules/nested-tabs/nested-tabs-4.test.ts:368:6 › Nested Tabs tests @nested-tabs › Check title long title alignment
modules/nested-tabs/nested-tabs-5.test.ts:27:6 › Nested Tabs tests @nested-tabs › Verify the correct working of the title alignment
modules/nested-tabs/nested-tabs-atomic-repeaters.test.ts:115:6 › Nested Tabs experiment is active @nested-atomic-repeaters › Test Nested Tabs with Inner Nested Tabs
modules/promotions/promotions.test.ts:121:6 › Promotion tests @promotions › Promotions - Free to Pro - Admin top bar
modules/promotions/promotions.test.ts:129:6 › Promotion tests @promotions › Promotions - Free to Pro - Navigator
modules/promotions/promotions.test.ts:143:6 › Promotion tests @promotions › Promotions - Free to Pro - Navigator - Dark Mode
28 passed (6.6m)
|
Loading