Skip to content

CC Nala Daily Run

CC Nala Daily Run #48

Triggered via schedule January 14, 2024 15:37
Status Success
Total duration 37m 41s
Artifacts

cc.daily.yml

on: schedule
Matrix: Running tests
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 3 warnings, and 3 notices
[cc-live-webkit] › ostprices.test.js:200:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-student-price-buycta: tests\cc\ostprices.test.js#L219
1) [cc-live-webkit] › ostprices.test.js:200:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-student-price-buycta,@cc @cc-ost @cc-jp-steprices › step-2: Verify STE price for Lighthouse in JP currency Error: Timed out 5000ms waiting for expect(received).toHaveURL(expected) Expected pattern: /^https:\/\/commerce.adobe.com\/store\/email/ Received string: "https://commerce.adobe.com/store/error?items%5B0%5D%5Bid%5D=40B371B652F5C02A23D4CDD00015D049&cli=adobe_com&ctx=fp&co=JP&lang=ja&errorCode=500" Call log: - expect.toHaveURL with timeout 5000ms - waiting for locator(':root') - locator resolved to <html lang="ja" class=" wf-active">…</html> - unexpected value "https://commerce.adobe.com/store/error?items%5B0%5D%5Bid%5D=40B371B652F5C02A23D4CDD00015D049&cli=adobe_com&ctx=fp&co=JP&lang=ja&errorCode=500" - locator resolved to <html lang="ja" class=" wf-active">…</html> - unexpected value "https://commerce.adobe.com/store/error?items%5B0%5D%5Bid%5D=40B371B652F5C02A23D4CDD00015D049&cli=adobe_com&ctx=fp&co=JP&lang=ja&errorCode=500" - locator resolved to <html lang="ja" class=" wf-active">…</html> - unexpected value "https://commerce.adobe.com/store/error?items%5B0%5D%5Bid%5D=40B371B652F5C02A23D4CDD00015D049&cli=adobe_com&ctx=fp&co=JP&lang=ja&errorCode=500" - locator resolved to <html lang="ja" class=" wf-active">…</html> - unexpected value "https://commerce.adobe.com/store/error?items%5B0%5D%5Bid%5D=40B371B652F5C02A23D4CDD00015D049&cli=adobe_com&ctx=fp&co=JP&lang=ja&errorCode=500" - locator resolved to <html lang="ja" class=" wf-active">…</html> - unexpected value "https://commerce.adobe.com/store/error?items%5B0%5D%5Bid%5D=40B371B652F5C02A23D4CDD00015D049&cli=adobe_com&ctx=fp&co=JP&lang=ja&errorCode=500" 217 | await ost.emailBuynowCta.click(); 218 | await page.waitForTimeout(1000); > 219 | await expect(page).toHaveURL(new RegExp('^https://commerce.adobe.com/store/email')); | ^ 220 | await expect(page).toHaveURL(new RegExp('co=JP&lang=ja')); 221 | }); 222 | }); at D:\a\nala\nala\tests\cc\ostprices.test.js:219:23 at D:\a\nala\nala\tests\cc\ostprices.test.js:209:3
[cc-live-chrome] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: tests/cc/quiz.screenshots.test.js#L1
1) [cc-live-chrome] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › New: Select each answer on test page according to Photography + Video + 3D/AR > Get them sorted and organized > Create, edit, and share on social > Texture 3D assets in real time > Licenses and business features for teams Test timeout of 600000ms exceeded.
[cc-live-chrome] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: libs/webutil.js#L335
1) [cc-live-chrome] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › New: Select each answer on test page according to Photography + Video + 3D/AR > Get them sorted and organized > Create, edit, and share on social > Texture 3D assets in real time > Licenses and business features for teams Error: page.setViewportSize: Target closed at ../../libs/webutil.js:335 333 | fs.mkdirSync(folderPath, { recursive: true }); 334 | } > 335 | await this.page.setViewportSize({ width, height }); | ^ 336 | await this.page.screenshot({ path: `${folderPath}/${fileName}`, fullPage: true }); 337 | } 338 | at WebUtil.takeScreenshot (/Users/runner/work/nala/nala/libs/webutil.js:335:21) at Quiz.takeScreenshotsOnThreeDimensions (/Users/runner/work/nala/nala/selectors/uar/quiz.page.js:113:24) at Quiz.clickEachAnswer (/Users/runner/work/nala/nala/selectors/uar/quiz.page.js:69:11) at /Users/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:53:13 at /Users/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:52:11
[cc-live-chrome] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: tests/cc/quiz.screenshots.test.js#L1
1) [cc-live-chrome] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › New: Select each answer on test page according to Photography + Video + 3D/AR > Get them sorted and organized > Create, edit, and share on social > Texture 3D assets in real time > Licenses and business features for teams Pending operations: - page.screenshot at libs/webutil.js:336:21
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: tests/cc/quiz.screenshots.test.js#L1
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Check results on test page Test timeout of 600000ms exceeded.
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: libs/webutil.js#L335
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Check results on test page Error: page.setViewportSize: Target closed at ../../libs/webutil.js:335 333 | fs.mkdirSync(folderPath, { recursive: true }); 334 | } > 335 | await this.page.setViewportSize({ width, height }); | ^ 336 | await this.page.screenshot({ path: `${folderPath}/${fileName}`, fullPage: true }); 337 | } 338 | at WebUtil.takeScreenshot (/home/runner/work/nala/nala/libs/webutil.js:335:21) at QuizOldPage.checkResultPage (/home/runner/work/nala/nala/selectors/uar/quiz.old.page.js:131:26) at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:40:26 at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:39:11
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: tests/cc/quiz.screenshots.test.js#L1
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Check results on test page Pending operations: - page.setViewportSize at libs/webutil.js:335:21
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: tests/cc/quiz.screenshots.test.js#L1
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Check results on test page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 600000ms exceeded.
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: tests/cc/quiz.screenshots.test.js#L1
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Check results on test page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - page.screenshot at libs/webutil.js:336:21
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: libs/webutil.js#L335
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Check results on test page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.setViewportSize: Target page, context or browser has been closed at ../../libs/webutil.js:335 333 | fs.mkdirSync(folderPath, { recursive: true }); 334 | } > 335 | await this.page.setViewportSize({ width, height }); | ^ 336 | await this.page.screenshot({ path: `${folderPath}/${fileName}`, fullPage: true }); 337 | } 338 | at WebUtil.takeScreenshot (/home/runner/work/nala/nala/libs/webutil.js:335:21) at QuizOldPage.checkResultPage (/home/runner/work/nala/nala/selectors/uar/quiz.old.page.js:131:26) at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:40:26 at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:39:11
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: tests/cc/quiz.screenshots.test.js#L1
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Check results on test page Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 600000ms exceeded.
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: libs/webutil.js#L335
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Check results on test page Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.setViewportSize: Target closed at ../../libs/webutil.js:335 333 | fs.mkdirSync(folderPath, { recursive: true }); 334 | } > 335 | await this.page.setViewportSize({ width, height }); | ^ 336 | await this.page.screenshot({ path: `${folderPath}/${fileName}`, fullPage: true }); 337 | } 338 | at WebUtil.takeScreenshot (/home/runner/work/nala/nala/libs/webutil.js:335:21) at QuizOldPage.checkResultPage (/home/runner/work/nala/nala/selectors/uar/quiz.old.page.js:131:26) at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:40:26 at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:39:11
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: tests/cc/quiz.screenshots.test.js#L1
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Check results on test page Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - page.setViewportSize at libs/webutil.js:335:21
[cc-live-firefox] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots: selectors/uar/quiz.old.page.js#L21
2) [cc-live-firefox] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static TimeoutError: locator.click: Timeout 60000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//div[text()="Correct color and lighting like a pro"]/ancestor::div[contains(@Class,"quiz-card")]') locator resolved to <div tabindex="0" role="figure" data-option="" data-o…>…</div> attempting click action waiting for element to be visible, enabled and stable element is not visible - waiting... ============================================================ at ../../selectors/uar/quiz.old.page.js:21 19 | async selectAnswer(answer) { 20 | const locator = `//div[text()="${answer}"]/ancestor::div[contains(@Class,"quiz-card")]`; > 21 | await this.page.locator(locator).click(); | ^ 22 | } 23 | 24 | /** at QuizOldPage.selectAnswer (/home/runner/work/nala/nala/selectors/uar/quiz.old.page.js:21:38) at QuizOldPage.clickEachAnswer (/home/runner/work/nala/nala/selectors/uar/quiz.old.page.js:58:20) at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:36:13 at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:35:11
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 flaky [cc-live-webkit] › ostprices.test.js:200:6 › test Offer selector tool price formats and checkout flows in US & Jp locale pages › @ost-jp-student-price-buycta,@cc @cc-ost @cc-jp-steprices 35 passed (14.8m)
🎭 Playwright Run Summary
1 flaky [cc-live-chrome] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static 35 passed (19.8m)
🎭 Playwright Run Summary
1 failed [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static 1 flaky [cc-live-firefox] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static 34 passed (36.8m)