Fix(MWPW-164736):Table header cell height fix. #2150
run-nala-default.yml
on: pull_request
Matrix: Running Nala E2E UI Tests
Annotations
4 errors, 1 warning, and 1 notice
[milo-live-webkit] › blocks/actionitem/actionitem.test.js:193:7 › Milo Action-Item block test suite › 7: @Action-item (scroller with navigation):
nala/blocks/actionitem/actionitem.test.js#L211
1) [milo-live-webkit] › blocks/actionitem/actionitem.test.js:193:7 › Milo Action-Item block test suite › 7: @action-item (scroller with navigation), @action-item @smoke @regression @milo › step-2: Verify Action item content/specs
Error: Timed out 1000ms waiting for expect(locator).toBeVisible()
Locator: locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 1000ms
- waiting for locator('.action-scroller').first().locator('.nav-grad.next').locator('.nav-button.next-button')
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
- locator resolved to <button class="nav-button next-button">…</button>
- unexpected value "hidden"
209 | await expect(await actionItem.bodyText).toContainText(data.bodyText);
210 |
> 211 | await expect(await actionItem.nextButton).toBeVisible({ timeout: 1000 });
| ^
212 | await actionItem.nextButton.click();
213 | await expect(await actionItem.previousButton).toBeVisible({ timeout: 1000 });
214 | await expect(await actionItem.navigationNext).toHaveAttribute('hide-btn', 'false');
at /home/runner/work/milo/milo/nala/blocks/actionitem/actionitem.test.js:211:49
at /home/runner/work/milo/milo/nala/blocks/actionitem/actionitem.test.js:203:5
|
[milo-live-webkit] › blocks/marketo/marketo.test.js:184:9 › Marketo block test suite › 5: @marketo full template (message) with company type:
nala/blocks/marketo/marketo.test.js#L195
2) [milo-live-webkit] › blocks/marketo/marketo.test.js:184:9 › Marketo block test suite › 5: @Marketo full template (message) with company type, @Marketo @marketoFullMessage @marketoMessage @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-message-with-company-type › step-1: Go to the Marketo block full template test page
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('.marketo').locator('input[name="Email"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('.marketo').locator('input[name="Email"]')
- locator resolved to <input id="Email" name="Email" type="email" maxlength="255" aria-required="true" aria-labelledby="LblEmail InstructEmail" class="mktoField mktoEmailField mktoHasWidth mktoRequired"/>
- unexpected value "hidden"
- locator resolved to <input id="Email" name="Email" type="email" maxlength="255" aria-required="true" aria-labelledby="LblEmail InstructEmail" class="mktoField mktoEmailField mktoRequired mktoVisible mktofield_anchor"/>
- unexpected value "hidden"
- locator resolved to <input id="Email" name="Email" type="email" maxlength="255" aria-required="true" aria-labelledby="LblEmail InstructEmail" class="mktoField mktoEmailField mktoRequired mktoVisible mktofield_anchor"/>
- unexpected value "hidden"
193 | await page.waitForLoadState('domcontentloaded');
194 | await expect(page.url()).toBe(testPage);
> 195 | await expect(marketoBlock.email).toBeVisible({ timeout: 10000 });
| ^
196 | });
197 |
198 | await test.step('step-2: check the input field placeholders', async () => {
at /home/runner/work/milo/milo/nala/blocks/marketo/marketo.test.js:195:42
at /home/runner/work/milo/milo/nala/blocks/marketo/marketo.test.js:191:7
|
[milo-live-webkit] › blocks/video/video.test.js:200:7 › Milo Video Block test suite › [Test Id - 8] @Modal video with cards:
nala/blocks/video/video.test.js#L1
3) [milo-live-webkit] › blocks/video/video.test.js:200:7 › Milo Video Block test suite › [Test Id - 8] @modal video with cards,@video @smoke @regression @milo › step-3: Verify the accessibility test on the Modal video with cards block
Test timeout of 90000ms exceeded.
|
[milo-live-webkit] › blocks/video/video.test.js:200:7 › Milo Video Block test suite › [Test Id - 8] @Modal video with cards:
nala/libs/accessibility.js#L126
3) [milo-live-webkit] › blocks/video/video.test.js:200:7 › Milo Video Block test suite › [Test Id - 8] @modal video with cards,@video @smoke @regression @milo › step-3: Verify the accessibility test on the Modal video with cards block
AccessibilityError: [Accessibility Test failed for [Test Id - 8] @modal video with cards].
frame.evaluate: Test timeout of 90000ms exceeded.
at libs/accessibility.js:126
124 | }
125 | } catch (err) {
> 126 | throw new AccessibilityError(
| ^
127 | `[Accessibility Test failed for ${testName}].\n ${err.message}`,
128 | );
129 | }
at runAccessibilityTest (/home/runner/work/milo/milo/nala/libs/accessibility.js:126:11)
at /home/runner/work/milo/milo/nala/blocks/video/video.test.js:226:7
at /home/runner/work/milo/milo/nala/blocks/video/video.test.js:225:5
|
Running Nala E2E UI Tests (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
3 flaky
[milo-live-webkit] › blocks/actionitem/actionitem.test.js:193:7 › Milo Action-Item block test suite › 7: @action-item (scroller with navigation), @action-item @smoke @regression @milo
[milo-live-webkit] › blocks/marketo/marketo.test.js:184:9 › Marketo block test suite › 5: @Marketo full template (message) with company type, @Marketo @marketoFullMessage @marketoMessage @milo @smoke @regression, path: /drafts/nala/blocks/marketo/full-message-with-company-type
[milo-live-webkit] › blocks/video/video.test.js:200:7 › Milo Video Block test suite › [Test Id - 8] @modal video with cards,@video @smoke @regression @milo
54 skipped
597 passed (8.7m)
|