.github/workflows/daily.yml #288
Annotations
10 errors and 1 notice
selectors\milo\howto.block.page.js#L69
1) [chromium] › howto.block.test.js:15:7 › Milo HowTo block test suite › @howto,@howto @smoke @regression @milo
Error: expect(received).toBeTruthy()
Received: false
at ..\..\selectors\milo\howto.block.page.js:69
67 | // verify howto visibility and css values
68 | await expect(this.howTo).toBeVisible();
> 69 | expect(await WebUtil.verifyCSS(this.howTo, this.cssProperties['how-to'])).toBeTruthy();
| ^
70 | expect(await WebUtil.verifyCSS(this.howToHeading, this.cssProperties['body-m'])).toBeTruthy();
71 | expect(await WebUtil.verifyCSS(this.howToImage, this.cssProperties['how-to-image'])).toBeTruthy();
72 | // verify howto list count
at HowTo.verifyHowTo (D:\a\nala\nala\selectors\milo\howto.block.page.js:69:83)
at D:\a\nala\nala\tests\milo\howto.block.test.js:25:14
at D:\a\nala\nala\tests\milo\howto.block.test.js:24:5
|
selectors\milo\howto.block.page.js#L69
1) [chromium] › howto.block.test.js:15:7 › Milo HowTo block test suite › @howto,@howto @smoke @regression @milo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ..\..\selectors\milo\howto.block.page.js:69
67 | // verify howto visibility and css values
68 | await expect(this.howTo).toBeVisible();
> 69 | expect(await WebUtil.verifyCSS(this.howTo, this.cssProperties['how-to'])).toBeTruthy();
| ^
70 | expect(await WebUtil.verifyCSS(this.howToHeading, this.cssProperties['body-m'])).toBeTruthy();
71 | expect(await WebUtil.verifyCSS(this.howToImage, this.cssProperties['how-to-image'])).toBeTruthy();
72 | // verify howto list count
at HowTo.verifyHowTo (D:\a\nala\nala\selectors\milo\howto.block.page.js:69:83)
at D:\a\nala\nala\tests\milo\howto.block.test.js:25:14
at D:\a\nala\nala\tests\milo\howto.block.test.js:24:5
|
selectors\milo\howto.block.page.js#L69
1) [chromium] › howto.block.test.js:15:7 › Milo HowTo block test suite › @howto,@howto @smoke @regression @milo
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ..\..\selectors\milo\howto.block.page.js:69
67 | // verify howto visibility and css values
68 | await expect(this.howTo).toBeVisible();
> 69 | expect(await WebUtil.verifyCSS(this.howTo, this.cssProperties['how-to'])).toBeTruthy();
| ^
70 | expect(await WebUtil.verifyCSS(this.howToHeading, this.cssProperties['body-m'])).toBeTruthy();
71 | expect(await WebUtil.verifyCSS(this.howToImage, this.cssProperties['how-to-image'])).toBeTruthy();
72 | // verify howto list count
at HowTo.verifyHowTo (D:\a\nala\nala\selectors\milo\howto.block.page.js:69:83)
at D:\a\nala\nala\tests\milo\howto.block.test.js:25:14
at D:\a\nala\nala\tests\milo\howto.block.test.js:24:5
|
selectors\milo\howto.block.page.js#L79
2) [chromium] › howto.block.test.js:29:7 › Milo HowTo block test suite › @howto large Image,@howto @howto-large-image @smoke @regression @milo
Error: expect(received).toBeTruthy()
Received: false
at ..\..\selectors\milo\howto.block.page.js:79
77 | await expect(this.howToLarge).toBeVisible();
78 | expect(await WebUtil.verifyCSS(this.howToHeading, this.cssProperties['body-m'])).toBeTruthy();
> 79 | expect(await WebUtil.verifyCSS(this.howToLarge, this.cssProperties['how-to-large-image'])).toBeTruthy();
| ^
80 | expect(await WebUtil.verifyAttributes(await this.howToLargeImage, this.attProperties['how-to-large-image'])).toBeTruthy();
81 | // verify howto list count
82 | await expect(await this.howToList).toHaveCount(howToListCount);
at HowTo.verifyHowTo (D:\a\nala\nala\selectors\milo\howto.block.page.js:79:100)
at D:\a\nala\nala\tests\milo\howto.block.test.js:39:14
at D:\a\nala\nala\tests\milo\howto.block.test.js:38:5
|
selectors\milo\howto.block.page.js#L79
2) [chromium] › howto.block.test.js:29:7 › Milo HowTo block test suite › @howto large Image,@howto @howto-large-image @smoke @regression @milo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ..\..\selectors\milo\howto.block.page.js:79
77 | await expect(this.howToLarge).toBeVisible();
78 | expect(await WebUtil.verifyCSS(this.howToHeading, this.cssProperties['body-m'])).toBeTruthy();
> 79 | expect(await WebUtil.verifyCSS(this.howToLarge, this.cssProperties['how-to-large-image'])).toBeTruthy();
| ^
80 | expect(await WebUtil.verifyAttributes(await this.howToLargeImage, this.attProperties['how-to-large-image'])).toBeTruthy();
81 | // verify howto list count
82 | await expect(await this.howToList).toHaveCount(howToListCount);
at HowTo.verifyHowTo (D:\a\nala\nala\selectors\milo\howto.block.page.js:79:100)
at D:\a\nala\nala\tests\milo\howto.block.test.js:39:14
at D:\a\nala\nala\tests\milo\howto.block.test.js:38:5
|
selectors\milo\howto.block.page.js#L79
2) [chromium] › howto.block.test.js:29:7 › Milo HowTo block test suite › @howto large Image,@howto @howto-large-image @smoke @regression @milo
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ..\..\selectors\milo\howto.block.page.js:79
77 | await expect(this.howToLarge).toBeVisible();
78 | expect(await WebUtil.verifyCSS(this.howToHeading, this.cssProperties['body-m'])).toBeTruthy();
> 79 | expect(await WebUtil.verifyCSS(this.howToLarge, this.cssProperties['how-to-large-image'])).toBeTruthy();
| ^
80 | expect(await WebUtil.verifyAttributes(await this.howToLargeImage, this.attProperties['how-to-large-image'])).toBeTruthy();
81 | // verify howto list count
82 | await expect(await this.howToList).toHaveCount(howToListCount);
at HowTo.verifyHowTo (D:\a\nala\nala\selectors\milo\howto.block.page.js:79:100)
at D:\a\nala\nala\tests\milo\howto.block.test.js:39:14
at D:\a\nala\nala\tests\milo\howto.block.test.js:38:5
|
selectors\milo\howto.block.page.js#L88
3) [chromium] › howto.block.test.js:43:7 › Milo HowTo block test suite › @howto SEO,@howto @howto-seo @smoke @regression @milo
Error: expect(received).toBeTruthy()
Received: false
at ..\..\selectors\milo\howto.block.page.js:88
86 | await expect(this.howToSeo).toBeVisible();
87 | expect(await WebUtil.verifyCSS(this.howToHeading, this.cssProperties['body-m'])).toBeTruthy();
> 88 | expect(await WebUtil.verifyCSS(this.howToSeo, this.cssProperties['how-to-seo'])).toBeTruthy();
| ^
89 | // verify howto list count
90 | await expect(await this.howToList).toHaveCount(howToListCount);
91 | return true;
at HowTo.verifyHowTo (D:\a\nala\nala\selectors\milo\howto.block.page.js:88:90)
at D:\a\nala\nala\tests\milo\howto.block.test.js:53:14
at D:\a\nala\nala\tests\milo\howto.block.test.js:52:5
|
selectors\milo\howto.block.page.js#L88
3) [chromium] › howto.block.test.js:43:7 › Milo HowTo block test suite › @howto SEO,@howto @howto-seo @smoke @regression @milo
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ..\..\selectors\milo\howto.block.page.js:88
86 | await expect(this.howToSeo).toBeVisible();
87 | expect(await WebUtil.verifyCSS(this.howToHeading, this.cssProperties['body-m'])).toBeTruthy();
> 88 | expect(await WebUtil.verifyCSS(this.howToSeo, this.cssProperties['how-to-seo'])).toBeTruthy();
| ^
89 | // verify howto list count
90 | await expect(await this.howToList).toHaveCount(howToListCount);
91 | return true;
at HowTo.verifyHowTo (D:\a\nala\nala\selectors\milo\howto.block.page.js:88:90)
at D:\a\nala\nala\tests\milo\howto.block.test.js:53:14
at D:\a\nala\nala\tests\milo\howto.block.test.js:52:5
|
selectors\milo\howto.block.page.js#L88
3) [chromium] › howto.block.test.js:43:7 › Milo HowTo block test suite › @howto SEO,@howto @howto-seo @smoke @regression @milo
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ..\..\selectors\milo\howto.block.page.js:88
86 | await expect(this.howToSeo).toBeVisible();
87 | expect(await WebUtil.verifyCSS(this.howToHeading, this.cssProperties['body-m'])).toBeTruthy();
> 88 | expect(await WebUtil.verifyCSS(this.howToSeo, this.cssProperties['how-to-seo'])).toBeTruthy();
| ^
89 | // verify howto list count
90 | await expect(await this.howToList).toHaveCount(howToListCount);
91 | return true;
at HowTo.verifyHowTo (D:\a\nala\nala\selectors\milo\howto.block.page.js:88:90)
at D:\a\nala\nala\tests\milo\howto.block.test.js:53:14
at D:\a\nala\nala\tests\milo\howto.block.test.js:52:5
|
tests\milo\faas.block.test.js#L22
4) [firefox] › faas.block.test.js:13:9 › FaaS Block test suite › @faas @bacom_live @faas-form on https://main--bacom--adobecom.hlx.live/test/features/blocks/omnichannel-orchestration-with-adobe-marketo-engage-and-adobe-experience-cloud
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.faas-form')
- waiting for locator('.faas-form')
20 | if (props.url.includes('omnichannel-orchestration-with-adobe')) {
21 | await page.locator(selectors['@register-link']).click();
> 22 | await expect(page.locator(selectors['@faas-form'])).toBeVisible();
| ^
23 | }
24 |
25 | // Fill out form
at D:\a\nala\nala\tests\milo\faas.block.test.js:22:61
|
13 failed
[chromium] › howto.block.test.js:15:7 › Milo HowTo block test suite › @howto,@howto @smoke @regression @milo
[chromium] › howto.block.test.js:29:7 › Milo HowTo block test suite › @howto large Image,@howto @howto-large-image @smoke @regression @milo
[chromium] › howto.block.test.js:43:7 › Milo HowTo block test suite › @howto SEO,@howto @howto-seo @smoke @regression @milo
[firefox] › faas.block.test.js:13:9 › FaaS Block test suite › @faas @bacom_live @faas-form on https://main--bacom--adobecom.hlx.live/test/features/blocks/omnichannel-orchestration-with-adobe-marketo-engage-and-adobe-experience-cloud
[firefox] › howto.block.test.js:15:7 › Milo HowTo block test suite › @howto,@howto @smoke @regression @milo
[firefox] › howto.block.test.js:29:7 › Milo HowTo block test suite › @howto large Image,@howto @howto-large-image @smoke @regression @milo
[firefox] › howto.block.test.js:43:7 › Milo HowTo block test suite › @howto SEO,@howto @howto-seo @smoke @regression @milo
[webkit] › faas.block.test.js:13:9 › FaaS Block test suite › @faas @bacom_live @faas-form on https://main--bacom--adobecom.hlx.live/test/features/blocks/omnichannel-orchestration-with-adobe-marketo-engage-and-adobe-experience-cloud
[webkit] › georouting.feature.test.js:12:9 › Milo Georouting feature test suite › @Georouting modal,@georouting @smoke @regression @milo
[webkit] › georouting.feature.test.js:116:9 › Milo Georouting feature test suite › @Georouting modal close,@georouting @georouting-close @regression @milo
[webkit] › howto.block.test.js:15:7 › Milo HowTo block test suite › @howto,@howto @smoke @regression @milo
[webkit] › howto.block.test.js:29:7 › Milo HowTo block test suite › @howto large Image,@howto @howto-large-image @smoke @regression @milo
[webkit] › howto.block.test.js:43:7 › Milo HowTo block test suite › @howto SEO,@howto @howto-seo @smoke @regression @milo
1 flaky
[chromium] › carousel.block.test.js:12:7 › Milo Carousel Block test suite › @carousel(container),@carousel @carousel-container @smoke @regression @milo
14 skipped
200 passed (12.4m)
|
The logs for this run have expired and are no longer available.
Loading