Milo Nala Daily Run #218
Annotations
30 errors, 6 warnings, and 3 notices
[milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @Card Collection:
tests/milo/caas.feature.test.js#L36
1) [milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @card Collection,@caas @smoke @regression @milo › step-2: Verify CAAS collection content/specs
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.consonant-Card')
Expected: 4
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.consonant-Card')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
34 | await test.step('step-2: Verify CAAS collection content/specs', async () => {
35 | // verify number of cards in the collection
> 36 | await expect(await caas.caasCards).toHaveCount(data.cardsPerPage);
| ^
37 |
38 | // verify caas title and paginator
39 | await expect(await caas.caasTitle).toContainText(data.caasTitle);
at /home/runner/work/nala/nala/tests/milo/caas.feature.test.js:36:42
|
[milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @Card Collection:
tests/milo/caas.feature.test.js#L36
1) [milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @card Collection,@caas @smoke @regression @milo › step-2: Verify CAAS collection content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.consonant-Card')
Expected: 4
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.consonant-Card')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
34 | await test.step('step-2: Verify CAAS collection content/specs', async () => {
35 | // verify number of cards in the collection
> 36 | await expect(await caas.caasCards).toHaveCount(data.cardsPerPage);
| ^
37 |
38 | // verify caas title and paginator
39 | await expect(await caas.caasTitle).toContainText(data.caasTitle);
at /home/runner/work/nala/nala/tests/milo/caas.feature.test.js:36:42
|
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests/milo/footer.block.test.js#L29
2) [milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at /home/runner/work/nala/nala/tests/milo/footer.block.test.js:29:44
at /home/runner/work/nala/nala/tests/milo/footer.block.test.js:22:5
|
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests/milo/footer.block.test.js#L29
2) [milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at /home/runner/work/nala/nala/tests/milo/footer.block.test.js:29:44
at /home/runner/work/nala/nala/tests/milo/footer.block.test.js:22:5
|
[milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests/milo/georouting.feature.test.js#L75
3) [milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at /home/runner/work/nala/nala/tests/milo/georouting.feature.test.js:75:42
at /home/runner/work/nala/nala/tests/milo/georouting.feature.test.js:74:20
|
[milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests/milo/georouting.feature.test.js#L75
3) [milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at /home/runner/work/nala/nala/tests/milo/georouting.feature.test.js:75:42
at /home/runner/work/nala/nala/tests/milo/georouting.feature.test.js:74:20
|
[milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests/milo/footer.block.test.js#L29
4) [milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at /home/runner/work/nala/nala/tests/milo/footer.block.test.js:29:44
at /home/runner/work/nala/nala/tests/milo/footer.block.test.js:22:5
|
[milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests/milo/footer.block.test.js#L29
4) [milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at /home/runner/work/nala/nala/tests/milo/footer.block.test.js:29:44
at /home/runner/work/nala/nala/tests/milo/footer.block.test.js:22:5
|
[milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests/milo/georouting.feature.test.js#L75
5) [milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at /home/runner/work/nala/nala/tests/milo/georouting.feature.test.js:75:42
at /home/runner/work/nala/nala/tests/milo/georouting.feature.test.js:74:20
|
[milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests/milo/georouting.feature.test.js#L75
5) [milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at /home/runner/work/nala/nala/tests/milo/georouting.feature.test.js:75:42
at /home/runner/work/nala/nala/tests/milo/georouting.feature.test.js:74:20
|
[milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @Card Collection:
tests/milo/caas.feature.test.js#L36
1) [milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @card Collection,@caas @smoke @regression @milo › step-2: Verify CAAS collection content/specs
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.consonant-Card')
Expected: 4
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.consonant-Card')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
34 | await test.step('step-2: Verify CAAS collection content/specs', async () => {
35 | // verify number of cards in the collection
> 36 | await expect(await caas.caasCards).toHaveCount(data.cardsPerPage);
| ^
37 |
38 | // verify caas title and paginator
39 | await expect(await caas.caasTitle).toContainText(data.caasTitle);
at /Users/runner/work/nala/nala/tests/milo/caas.feature.test.js:36:42
|
[milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @Card Collection:
tests/milo/caas.feature.test.js#L36
1) [milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @card Collection,@caas @smoke @regression @milo › step-2: Verify CAAS collection content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.consonant-Card')
Expected: 4
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.consonant-Card')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
34 | await test.step('step-2: Verify CAAS collection content/specs', async () => {
35 | // verify number of cards in the collection
> 36 | await expect(await caas.caasCards).toHaveCount(data.cardsPerPage);
| ^
37 |
38 | // verify caas title and paginator
39 | await expect(await caas.caasTitle).toContainText(data.caasTitle);
at /Users/runner/work/nala/nala/tests/milo/caas.feature.test.js:36:42
|
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests/milo/footer.block.test.js#L29
2) [milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:29:44
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:22:5
|
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests/milo/footer.block.test.js#L29
2) [milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:29:44
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:22:5
|
[milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests/milo/georouting.feature.test.js#L75
3) [milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at /Users/runner/work/nala/nala/tests/milo/georouting.feature.test.js:75:42
at /Users/runner/work/nala/nala/tests/milo/georouting.feature.test.js:74:20
|
[milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests/milo/georouting.feature.test.js#L75
3) [milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at /Users/runner/work/nala/nala/tests/milo/georouting.feature.test.js:75:42
at /Users/runner/work/nala/nala/tests/milo/georouting.feature.test.js:74:20
|
[milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests/milo/footer.block.test.js#L29
4) [milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:29:44
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:22:5
|
[milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests/milo/footer.block.test.js#L29
4) [milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:29:44
at /Users/runner/work/nala/nala/tests/milo/footer.block.test.js:22:5
|
[milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests/milo/georouting.feature.test.js#L75
5) [milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at /Users/runner/work/nala/nala/tests/milo/georouting.feature.test.js:75:42
at /Users/runner/work/nala/nala/tests/milo/georouting.feature.test.js:74:20
|
[milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests/milo/georouting.feature.test.js#L75
5) [milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at /Users/runner/work/nala/nala/tests/milo/georouting.feature.test.js:75:42
at /Users/runner/work/nala/nala/tests/milo/georouting.feature.test.js:74:20
|
[milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @Card Collection:
tests\milo\caas.feature.test.js#L36
1) [milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @card Collection,@caas @smoke @regression @milo › step-2: Verify CAAS collection content/specs
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.consonant-Card')
Expected: 4
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.consonant-Card')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
34 | await test.step('step-2: Verify CAAS collection content/specs', async () => {
35 | // verify number of cards in the collection
> 36 | await expect(await caas.caasCards).toHaveCount(data.cardsPerPage);
| ^
37 |
38 | // verify caas title and paginator
39 | await expect(await caas.caasTitle).toContainText(data.caasTitle);
at D:\a\nala\nala\tests\milo\caas.feature.test.js:36:42
|
[milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @Card Collection:
tests\milo\caas.feature.test.js#L36
1) [milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @card Collection,@caas @smoke @regression @milo › step-2: Verify CAAS collection content/specs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.consonant-Card')
Expected: 4
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.consonant-Card')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
34 | await test.step('step-2: Verify CAAS collection content/specs', async () => {
35 | // verify number of cards in the collection
> 36 | await expect(await caas.caasCards).toHaveCount(data.cardsPerPage);
| ^
37 |
38 | // verify caas title and paginator
39 | await expect(await caas.caasTitle).toContainText(data.caasTitle);
at D:\a\nala\nala\tests\milo\caas.feature.test.js:36:42
|
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests\milo\footer.block.test.js#L29
2) [milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at D:\a\nala\nala\tests\milo\footer.block.test.js:29:44
at D:\a\nala\nala\tests\milo\footer.block.test.js:22:5
|
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer:
tests\milo\footer.block.test.js#L29
2) [milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Check FEDS Default Footer critical elements
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('ul.feds-social')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('ul.feds-social')
27 | // Check FEDS Footer critical elements:
28 | await expect(Footer.legalContainer).toBeVisible();
> 29 | await expect(Footer.socialContainer).toBeVisible();
| ^
30 | await expect(Footer.footerContainer).toBeVisible();
31 | await expect(Footer.changeRegionContainer).toBeVisible();
32 | // !Note: Footer featuredProducts not appearing in NALA. Possible BUG!
at D:\a\nala\nala\tests\milo\footer.block.test.js:29:44
at D:\a\nala\nala\tests\milo\footer.block.test.js:22:5
|
[milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests\milo\georouting.feature.test.js#L75
3) [milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:75:42
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:74:20
|
[milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region:
tests\milo\georouting.feature.test.js#L75
3) [milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo › step-2: Click "Change region" link from footer and navigate to "Deutschland" page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.global-footer').locator('.modal.link-block')
73 |
74 | await test.step('step-2: Click "Change region" link from footer and navigate to "Deutschland" page', async () => {
> 75 | await modal.changeRegionLink.click();
| ^
76 | await modal.changeRegionModal.waitFor({ state: 'visible', timeout: 10000 });
77 | await modal.deLink.click();
78 | });
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:75:42
at D:\a\nala\nala\tests\milo\georouting.feature.test.js:74:20
|
[milo-live-chromium] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons:
tests\milo\tab.block.test.js#L117
4) [milo-live-chromium] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom › select the left tab arrow to get back to the first tab
Error: Test timeout of 30000ms exceeded
115 | await tab.leftArrow.click();
116 | await expect(tab.tab1).toBeInViewport({ timeout: 500 });
> 117 | }).toPass({ intervals: INTERVALS });
| ^
118 |
119 | await tab.tab1.click();
120 |
at D:\a\nala\nala\tests\milo\tab.block.test.js:117:10
at D:\a\nala\nala\tests\milo\tab.block.test.js:111:5
|
[milo-live-chromium] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons:
tests\milo\tab.block.test.js#L1
4) [milo-live-chromium] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom › select the left tab arrow to get back to the first tab
Test timeout of 30000ms exceeded.
|
[milo-live-chromium] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons:
tests\milo\tab.block.test.js#L117
4) [milo-live-chromium] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom › select the left tab arrow to get back to the first tab
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Test timeout of 30000ms exceeded
115 | await tab.leftArrow.click();
116 | await expect(tab.tab1).toBeInViewport({ timeout: 500 });
> 117 | }).toPass({ intervals: INTERVALS });
| ^
118 |
119 | await tab.tab1.click();
120 |
at D:\a\nala\nala\tests\milo\tab.block.test.js:117:10
at D:\a\nala\nala\tests\milo\tab.block.test.js:111:5
|
[milo-live-chromium] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons:
tests\milo\tab.block.test.js#L1
4) [milo-live-chromium] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom › select the left tab arrow to get back to the first tab
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Running tests (ubuntu-latest)
The following actions uses Node.js version which is deprecated 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/
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
The following actions uses Node.js version which is deprecated 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/
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
The following actions uses Node.js version which is deprecated 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/
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
5 failed
[milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @card Collection,@caas @smoke @regression @milo
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
[milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
30 skipped
331 passed (5.0m)
|
🎭 Playwright Run Summary
5 failed
[milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @card Collection,@caas @smoke @regression @milo
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
[milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
30 skipped
331 passed (8.6m)
|
🎭 Playwright Run Summary
7 failed
[milo-live-chromium] › caas.feature.test.js:24:7 › Milo CAAS Feature test suite › @card Collection,@caas @smoke @regression @milo
[milo-live-chromium] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[milo-live-chromium] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
[milo-live-chromium] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom
[milo-live-firefox] › footer.block.test.js:12:7 › Footer Block Test Suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[milo-live-firefox] › georouting.feature.test.js:62:9 › Milo Georouting feature test suite › @Georouting through Change region,@georouting @smoke @regression @milo
[milo-live-firefox] › tab.block.test.js:79:7 › Milo Tab block feature test suite › Tabs scrolling with arrow buttons, @tabs @tabs-scrolling @smoke @regression @milo @bacom
30 skipped
329 passed (6.4m)
|