New Mobile gnav 1.2 redesign #2206
run-nala-default.yml
on: pull_request
Matrix: Running Nala E2E UI Tests
Annotations
2 errors, 1 warning, and 1 notice
[milo-live-webkit] › blocks/marketo/marketo.test.js:119:9 › Marketo block test suite › 3: @marketo essential template (redirect):
nala/blocks/marketo/marketo.test.js#L130
1) [milo-live-webkit] › blocks/marketo/marketo.test.js:119:9 › Marketo block test suite › 3: @Marketo essential template (redirect), @Marketo @marketoEssentialRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/essential › step-1: Go to the Marketo block essential 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"
128 | await page.waitForLoadState('domcontentloaded');
129 | await expect(page.url()).toBe(testPage);
> 130 | await expect(marketoBlock.email).toBeVisible({ timeout: 10000 });
| ^
131 | });
132 |
133 | await test.step('step-2: check the input field placeholders', async () => {
at /home/runner/work/milo/milo/nala/blocks/marketo/marketo.test.js:130:42
at /home/runner/work/milo/milo/nala/blocks/marketo/marketo.test.js:126:7
|
[milo-live-webkit] › blocks/marketo/marketo.test.js:119:9 › Marketo block test suite › 3: @marketo essential template (redirect):
nala/blocks/marketo/marketo.test.js#L130
2) [milo-live-webkit] › blocks/marketo/marketo.test.js:119:9 › Marketo block test suite › 3: @Marketo essential template (redirect), @Marketo @marketoEssentialRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/essential-with-company-type › step-1: Go to the Marketo block essential 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"
128 | await page.waitForLoadState('domcontentloaded');
129 | await expect(page.url()).toBe(testPage);
> 130 | await expect(marketoBlock.email).toBeVisible({ timeout: 10000 });
| ^
131 | });
132 |
133 | await test.step('step-2: check the input field placeholders', async () => {
at /home/runner/work/milo/milo/nala/blocks/marketo/marketo.test.js:130:42
at /home/runner/work/milo/milo/nala/blocks/marketo/marketo.test.js:126:7
|
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
2 flaky
[milo-live-webkit] › blocks/marketo/marketo.test.js:119:9 › Marketo block test suite › 3: @Marketo essential template (redirect), @Marketo @marketoEssentialRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/essential
[milo-live-webkit] › blocks/marketo/marketo.test.js:119:9 › Marketo block test suite › 3: @Marketo essential template (redirect), @Marketo @marketoEssentialRedirect @marketoRedirect @milo @smoke @regression, path: /drafts/nala/blocks/marketo/essential-with-company-type
54 skipped
598 passed (7.5m)
|