CC Nala Daily Run #5
Annotations
2 errors, 1 warning, and 2 notices
Run Nala ubuntu-latest:
tests/cc/ostprices.test.js#L118
1) [cc-live-chrome] › ostprices.test.js:96:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-strike-throughprice-buycta,@cc @cc-ost @cc-strikethroughprice › step-2: verify CC strike through prices are showup correctly with valid store bundle CTA destination
Error: Timed out 5000ms waiting for expect(received).toHaveURL(expected)
Expected pattern: /^https:\/\/commerce.adobe.com\/store\//
Received string: "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
116 | await ost.bundleBuynowCta.click();
117 | await page.waitForTimeout(1000);
> 118 | await expect(page).toHaveURL(new RegExp('^https://commerce.adobe.com/store/'));
| ^
119 | });
120 | });
121 |
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:118:23
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:105:3
|
Run Nala ubuntu-latest:
tests/cc/ostprices.test.js#L118
1) [cc-live-firefox] › ostprices.test.js:96:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-strike-throughprice-buycta,@cc @cc-ost @cc-strikethroughprice › step-2: verify CC strike through prices are showup correctly with valid store bundle CTA destination
Error: Timed out 5000ms waiting for expect(received).toHaveURL(expected)
Expected pattern: /^https:\/\/commerce.adobe.com\/store\//
Received string: "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="en-US">…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
116 | await ost.bundleBuynowCta.click();
117 | await page.waitForTimeout(1000);
> 118 | await expect(page).toHaveURL(new RegExp('^https://commerce.adobe.com/store/'));
| ^
119 | });
120 | });
121 |
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:118:23
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:105:3
|
Persist JSON Artifact
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Run Nala ubuntu-latest
1 flaky
[cc-live-chrome] › ostprices.test.js:96:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-strike-throughprice-buycta,@cc @cc-ost @cc-strikethroughprice
10 passed (22.8s)
|
Run Nala ubuntu-latest
1 flaky
[cc-live-firefox] › ostprices.test.js:96:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-strike-throughprice-buycta,@cc @cc-ost @cc-strikethroughprice
10 passed (26.3s)
|
The logs for this run have expired and are no longer available.
Loading