CC Nala Daily Run #148
Annotations
10 errors, 2 warnings, and 1 notice
Run Nala macos-latest:
tests/cc/ostprices.test.js#L160
1) [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
1) [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
1) [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
2) [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
2) [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
2) [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
3) [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
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L240
3) [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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
Run Nala macos-latest:
tests/cc/ostprices.test.js#L240
3) [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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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
|
Run Nala macos-latest:
tests/cc/productionsanity.test.js#L1
4) [cc-live-chrome] › productionsanity.test.js:11:7 › verify Key product pages and features on Production pages › @creativecloudhomepage,@cc @cc-prodsanity @cc-homepagesanity › creativecloud page gnav, marquee cta, price pod checks
Test timeout of 30000ms exceeded.
|
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
29 failed
[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-chrome] › productionsanity.test.js:11:7 › verify Key product pages and features on Production pages › @creativecloudhomepage,@cc @cc-prodsanity @cc-homepagesanity
[cc-live-chrome] › productionsanity.test.js:36:7 › verify Key product pages and features on Production pages › @aftereffectsproductpage,@cc @cc-prodsanity @cc-aftereffectssanity
[cc-live-chrome] › productionsanity.test.js:74:7 › verify Key product pages and features on Production pages › @illustratorproductpage,@cc @cc-prodsanity @cc-illustratorsanity
[cc-live-chrome] › productionsanity.test.js:93:7 › verify Key product pages and features on Production pages › @CCTproductpage,@cc @cc-prodsanity @cc-CCTpagesanity
[cc-live-chrome] › productionsanity.test.js:139:7 › verify Key product pages and features on Production pages › @CCUKpagesanitycheck,@cc @cc-prodsanity @cc-CCUKPagesanity
[cc-live-chrome] › productionsanity.test.js:205:7 › verify Key product pages and features on Production pages › @CCFRpagesanitycheck,@cc @cc-prodsanity @cc-CCFRPagesanity
[cc-live-firefox] › ostprices.test.js:12:7 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-currencyformat-price-buyemailcta,@cc @cc-ost @cc-pricewithcta
[cc-live-firefox] › 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-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-firefox] › productionsanity.test.js:11:7 › verify Key product pages and features on Production pages › @creativecloudhomepage,@cc @cc-prodsanity @cc-homepagesanity
[cc-live-firefox] › productionsanity.test.js:36:7 › verify Key product pages and features on Production pages › @aftereffectsproductpage,@cc @cc-prodsanity @cc-aftereffectssanity
[cc-live-firefox] › productionsanity.test.js:74:7 › verify Key product pages and features on Production pages › @illustratorproductpage,@cc @cc-prodsanity @cc-illustratorsanity
[cc-live-firefox] › productionsanity.test.js:93:7 › verify Key product pages and features on Production pages › @CCTproductpage,@cc @cc-prodsanity @cc-CCTpagesanity
[cc-live-firefox] › productionsanity.test.js:139:7 › verify Key product pages and features on Production pages › @CCUKpagesanitycheck,@cc @cc-prodsanity @cc-CCUKPagesanity
[cc-live-firefox] › productionsanity.test.js:205:7 › verify Key product pages and features on Production pages › @CCFRpagesanitycheck,@cc @cc-prodsanity @cc-CCFRPagesanity
[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 flo
|
Loading