CC Nala Daily Run #137
Annotations
10 errors, 2 warnings, and 1 notice
Run Nala macos-latest:
tests/cc/ostprices.test.js#L142
1) [cc-live-chrome] › ostprices.test.js:123:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-month-year-prices-buycta,@cc @cc-ost @cc-montandyearprices › step-2: Photoshop product month, year price with CTAs
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^https:\/\/commerce.adobe.com\/store\//
Received string: "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-prices?georouting=off"
140 | await ost.emailBuynowCta.click();
141 | await page.waitForTimeout(1000);
> 142 | await expect(page).toHaveURL(new RegExp('^https://commerce.adobe.com/store/'));
| ^
143 | });
144 | });
145 |
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:142:23
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:132:3
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L142
1) [cc-live-chrome] › ostprices.test.js:123:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-month-year-prices-buycta,@cc @cc-ost @cc-montandyearprices › step-2: Photoshop product month, year price with CTAs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^https:\/\/commerce.adobe.com\/store\//
Received string: "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-prices?georouting=off"
140 | await ost.emailBuynowCta.click();
141 | await page.waitForTimeout(1000);
> 142 | await expect(page).toHaveURL(new RegExp('^https://commerce.adobe.com/store/'));
| ^
143 | });
144 | });
145 |
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:142:23
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:132:3
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L142
1) [cc-live-chrome] › ostprices.test.js:123:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-month-year-prices-buycta,@cc @cc-ost @cc-montandyearprices › step-2: Photoshop product month, year price with CTAs
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /^https:\/\/commerce.adobe.com\/store\//
Received string: "https://main--cc--adobecom.hlx.live/drafts/Automation-PW/OST-prices/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-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/photoshop-prices?georouting=off"
140 | await ost.emailBuynowCta.click();
141 | await page.waitForTimeout(1000);
> 142 | await expect(page).toHaveURL(new RegExp('^https://commerce.adobe.com/store/'));
| ^
143 | });
144 | });
145 |
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:142:23
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:132:3
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L160
2) [cc-live-chrome] › ostprices.test.js:147:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-currencyformat-price-buyemailcta,@cc @cc-ost @cc-jp-pricewithcta › step-2: Test CC all apps price and UCv3 email checkout, buy button checks in marquee for JP
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('//span[@aria-label="10,280 円 毎月 ライセンスごと"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('//span[@aria-label="10,280 円 毎月 ライセンスごと"]')
158 | await expect(ost.productName).toBeVisible();
159 | await expect(ost.jpCurrencySymbol).toBeVisible();
> 160 | await expect(ost.jpProductPrice).toBeVisible();
| ^
161 |
162 | // click 'Buy now' (ucv3 checkout, checkout workflow = email ) button and verify the checkout page.
163 | await expect(ost.emailBuynowCta).toBeVisible();
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:160:37
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:156:3
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L160
2) [cc-live-chrome] › ostprices.test.js:147:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-currencyformat-price-buyemailcta,@cc @cc-ost @cc-jp-pricewithcta › step-2: Test CC all apps price and UCv3 email checkout, buy button checks in marquee for JP
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('//span[@aria-label="10,280 円 毎月 ライセンスごと"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('//span[@aria-label="10,280 円 毎月 ライセンスごと"]')
158 | await expect(ost.productName).toBeVisible();
159 | await expect(ost.jpCurrencySymbol).toBeVisible();
> 160 | await expect(ost.jpProductPrice).toBeVisible();
| ^
161 |
162 | // click 'Buy now' (ucv3 checkout, checkout workflow = email ) button and verify the checkout page.
163 | await expect(ost.emailBuynowCta).toBeVisible();
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:160:37
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:156:3
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L160
2) [cc-live-chrome] › ostprices.test.js:147:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-currencyformat-price-buyemailcta,@cc @cc-ost @cc-jp-pricewithcta › step-2: Test CC all apps price and UCv3 email checkout, buy button checks in marquee for JP
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('//span[@aria-label="10,280 円 毎月 ライセンスごと"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('//span[@aria-label="10,280 円 毎月 ライセンスごと"]')
158 | await expect(ost.productName).toBeVisible();
159 | await expect(ost.jpCurrencySymbol).toBeVisible();
> 160 | await expect(ost.jpProductPrice).toBeVisible();
| ^
161 |
162 | // click 'Buy now' (ucv3 checkout, checkout workflow = email ) button and verify the checkout page.
163 | await expect(ost.emailBuynowCta).toBeVisible();
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:160:37
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:156:3
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L185
3) [cc-live-chrome] › ostprices.test.js:172:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-jp-allappswithcta › step-2: JP locale monthly, year subscriptions
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('//span[@aria-label="5,891 円 毎月 ライセンスごと"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('//span[@aria-label="5,891 円 毎月 ライセンスごと"]')
183 | await expect(ost.productName1).toBeVisible();
184 | await expect(ost.productName2).toBeVisible();
> 185 | await expect(ost.cc_pricemonth_jp).toBeVisible();
| ^
186 | await expect(ost.ps_priceyear_jp).toBeVisible();
187 | await expect(ost.jpCurrencySymbol).toBeTruthy();
188 |
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:185:39
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:181:3
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L185
3) [cc-live-chrome] › ostprices.test.js:172:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-jp-allappswithcta › step-2: JP locale monthly, year subscriptions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('//span[@aria-label="5,891 円 毎月 ライセンスごと"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('//span[@aria-label="5,891 円 毎月 ライセンスごと"]')
183 | await expect(ost.productName1).toBeVisible();
184 | await expect(ost.productName2).toBeVisible();
> 185 | await expect(ost.cc_pricemonth_jp).toBeVisible();
| ^
186 | await expect(ost.ps_priceyear_jp).toBeVisible();
187 | await expect(ost.jpCurrencySymbol).toBeTruthy();
188 |
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:185:39
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:181:3
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L185
3) [cc-live-chrome] › ostprices.test.js:172:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-jp-allappswithcta › step-2: JP locale monthly, year subscriptions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('//span[@aria-label="5,891 円 毎月 ライセンスごと"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('//span[@aria-label="5,891 円 毎月 ライセンスごと"]')
183 | await expect(ost.productName1).toBeVisible();
184 | await expect(ost.productName2).toBeVisible();
> 185 | await expect(ost.cc_pricemonth_jp).toBeVisible();
| ^
186 | await expect(ost.ps_priceyear_jp).toBeVisible();
187 | await expect(ost.jpCurrencySymbol).toBeTruthy();
188 |
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:185:39
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:181:3
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L240
4) [cc-live-chrome] › ostprices.test.js:225:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-strike-throughprice-buycta,@cc @cc-ost @cc-jp-strikethroughprice › step-2: JP locale monthly, year subscriptions
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('//span[@aria-label="9,346 円 毎月 ライセンスごと"]').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('//span[@aria-label="9,346 円 毎月 ライセンスごと"]').first()
238 | await expect(ost.priceLabelActual).toBeVisible();
239 | await expect(ost.strikeThroughProperty).toBeTruthy();
> 240 | await expect(ost.strikeThroughPriceJp1).toBeVisible();
| ^
241 | await expect(ost.priceLabelNow).toBeVisible();
242 |
243 | // click 'Choose a plan' (ucv3 checkout, checkout workflow = bundle ) button and verify the checkout page.
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:240:44
at /Users/runner/work/nala/nala/tests/cc/ostprices.test.js:234:3
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Persist JSON Artifact
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Run Nala macos-latest
10 failed
[cc-live-chrome] › ostprices.test.js:123:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-month-year-prices-buycta,@cc @cc-ost @cc-montandyearprices
[cc-live-chrome] › ostprices.test.js:147:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-currencyformat-price-buyemailcta,@cc @cc-ost @cc-jp-pricewithcta
[cc-live-chrome] › ostprices.test.js:172:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-jp-allappswithcta
[cc-live-chrome] › ostprices.test.js:225:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-strike-throughprice-buycta,@cc @cc-ost @cc-jp-strikethroughprice
[cc-live-firefox] › ostprices.test.js:147:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-currencyformat-price-buyemailcta,@cc @cc-ost @cc-jp-pricewithcta
[cc-live-firefox] › ostprices.test.js:172:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-jp-allappswithcta
[cc-live-firefox] › ostprices.test.js:225:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-strike-throughprice-buycta,@cc @cc-ost @cc-jp-strikethroughprice
[cc-live-webkit] › ostprices.test.js:147:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-currencyformat-price-buyemailcta,@cc @cc-ost @cc-jp-pricewithcta
[cc-live-webkit] › ostprices.test.js:172:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-jp-allappswithcta
[cc-live-webkit] › ostprices.test.js:225:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-strike-throughprice-buycta,@cc @cc-ost @cc-jp-strikethroughprice
1 flaky
[cc-live-chrome] › ostprices.test.js:74:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-student-price-buycta,@cc @cc-ost @cc-steprices
106 passed (5.2m)
|
Loading