Milo Nala Daily Run #284
Annotations
5 errors, 2 warnings, and 1 notice
Run Nala windows-latest:
tests\milo\promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
246 | await expect(await PROMO.marqueeDefault).toBeVisible();
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 248 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
249 | });
250 |
251 | await test.step('Validate content insert after marquee', async () => {
at D:\a\nala\nala\tests\milo\promotions.feature.test.js:248:49
at D:\a\nala\nala\tests\milo\promotions.feature.test.js:245:5
|
Run Nala windows-latest:
tests\milo\promotions.feature.test.js#L248
1) [milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression › Verify only default test page marquee is visible
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.text #default-text')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.text #default-text')
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
- locator resolved to <h3 id="default-text" class="heading-l">Default text</h3>
- unexpected value "visible"
246 | await expect(await PROMO.marqueeDefault).toBeVisible();
247 | await expect(await PROMO.marqueeDefault).toContainText(data.textMarquee);
> 248 | await expect(await PROMO.textDefault).not.toBeVisible();
| ^
249 | });
250 |
251 | await test.step('Validate content insert after marquee', async () => {
at D:\a\nala\nala\tests\milo\promotions.feature.test.js:248:49
at D:\a\nala\nala\tests\milo\promotions.feature.test.js:245:5
|
Run Nala windows-latest:
tests\milo\footer.block.test.js#L47
2) [milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check ChangeRegion functionality
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('div#langnav')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('div#langnav')
45 | await test.step('Check ChangeRegion functionality', async () => {
46 | await Footer.changeRegionButton.click();
> 47 | await expect(Footer.changeRegionModal).toBeVisible();
| ^
48 | await Footer.changeRegionCloseButton.click();
49 | await expect(Footer.changeRegionModal).not.toBeVisible();
50 | });
at D:\a\nala\nala\tests\milo\footer.block.test.js:47:46
at D:\a\nala\nala\tests\milo\footer.block.test.js:45:5
|
Run Nala windows-latest:
tests\milo\commerce.feature.test.js#L323
3) [milo-live-firefox] › commerce.feature.test.js:305:7 › Commerce feature test suite › @Commerce-DE, @Commerce @smoke @regression › Validate wcs placeholders
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 5
321 | ),
322 | );
> 323 | expect(unresolvedPlaceholders.length).toBe(0);
| ^
324 | });
325 |
326 | await test.step('Validate Buy now CTA', async () => {
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:323:45
at D:\a\nala\nala\tests\milo\commerce.feature.test.js:317:5
|
Run Nala windows-latest
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Persist JSON Artifact
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Run Nala windows-latest
1 failed
[milo-live-firefox] › promotions.feature.test.js:233:7 › Promotions feature test suite › @Promo-with-personalization-and-target,@Promo @Commerce @smoke @regression
2 flaky
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[milo-live-firefox] › commerce.feature.test.js:305:7 › Commerce feature test suite › @Commerce-DE, @Commerce @smoke @regression
25 skipped
342 passed (4.6m)
|
Loading