Playwright #731
Annotations
1 error, 4 warnings, and 1 notice
Run Playwright tests:
tests/playwright/sanity/core/app/modules/onboarding/onboarding.test.ts#L113
1) core/app/modules/onboarding/onboarding.test.ts:93:6 › On boarding @onboarding › Onboarding Site Name Page
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Have a logo? Add it here."
Received: "Now, let's give your site a name."
111 | pageTitleText = await pageTitle.innerText();
112 |
> 113 | expect( pageTitleText ).toBe( 'Have a logo? Add it here.' );
| ^
114 | } );
115 |
116 | /**
at /home/runner/work/elementor/elementor/tests/playwright/sanity/core/app/modules/onboarding/onboarding.test.ts:113:27
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
context-menu.test.ts#L1
context-menu.test.ts took 55.4s
|
Run Playwright tests:
core/base/document.test.ts#L1
core/base/document.test.ts took 31.5s
|
Run Playwright tests:
elements-panel.test.ts#L1
elements-panel.test.ts took 16.4s
|
Run Playwright tests
1 flaky
core/app/modules/onboarding/onboarding.test.ts:93:6 › On boarding @onboarding › Onboarding Site Name Page
28 passed (1.8m)
|
Loading