CC Nala Daily Run #127
Annotations
10 errors, 2 warnings, and 1 notice
Run Nala ubuntu-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 /home/runner/work/nala/nala/tests/cc/ostprices.test.js:160:37
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:156:3
|
Run Nala ubuntu-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 /home/runner/work/nala/nala/tests/cc/ostprices.test.js:160:37
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:156:3
|
Run Nala ubuntu-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 /home/runner/work/nala/nala/tests/cc/ostprices.test.js:160:37
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:156:3
|
Run Nala ubuntu-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 /home/runner/work/nala/nala/tests/cc/ostprices.test.js:185:39
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:181:3
|
Run Nala ubuntu-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 /home/runner/work/nala/nala/tests/cc/ostprices.test.js:185:39
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:181:3
|
Run Nala ubuntu-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 /home/runner/work/nala/nala/tests/cc/ostprices.test.js:185:39
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:181:3
|
Run Nala ubuntu-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 /home/runner/work/nala/nala/tests/cc/ostprices.test.js:240:44
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:234:3
|
Run Nala ubuntu-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 /home/runner/work/nala/nala/tests/cc/ostprices.test.js:240:44
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:234:3
|
Run Nala ubuntu-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 /home/runner/work/nala/nala/tests/cc/ostprices.test.js:240:44
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:234:3
|
Run Nala ubuntu-latest:
tests/cc/quiz.screenshots.test.js#L70
4) [cc-live-chrome] › quiz.screenshots.test.js:15:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static
Error: expect(received).toContain(expected) // indexOf
Expected substring: "{{lightroom}}"
Received string: "Lightroom"
68 | WebUtil.compareScreenshots(stableProductScreenshots, betaProductScreenshots, 'screenshots/uar');
69 |
> 70 | expect.soft(betaProduct.replace(/[[\]]/g, '')).toContain(stableProduct.replace(/[[\]]/g, ''));
| ^
71 | }
72 | },
73 | );
at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:70:58
|
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 ubuntu-latest
15 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] › quiz.screenshots.test.js:15:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static
[cc-live-chrome] › quiz.test.js:16:9 › Quiz flow test suite › @quiz basic, @cc @uar-quiz-basic @uar-quiz-static
[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] › quiz.screenshots.test.js:15:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static
[cc-live-firefox] › quiz.test.js:16:9 › Quiz flow test suite › @quiz basic, @cc @uar-quiz-basic @uar-quiz-static
[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
[cc-live-webkit] › quiz.screenshots.test.js:15:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static
[cc-live-webkit] › quiz.test.js:16:9 › Quiz flow test suite › @quiz basic, @cc @uar-quiz-basic @uar-quiz-static
12 flaky
[cc-live-chrome] › ostprices.test.js:39:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-ccallapps-price-buysegmentcta,@cc @cc-ost @cc-allappswithcta
[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
[cc-live-chrome] › ostprices.test.js:253:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-month-year-prices-buycta,@cc @cc-ost @cc-jp-monthyearprices
[cc-live-chrome] › quiz.analytics.test.js:28:5 › Quiz flow test suite › @quiz analytics, @cc @uar-quiz-analytics @uar-quiz-static
[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: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
[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
[cc-live-webkit] › ostprices.test.js:39:6 › test Offer selector tool price formats and checkout flows in US & Jp locale p
|
Loading