CC Nala Daily Run #46
Annotations
8 errors, 1 warning, and 1 notice
Run Nala ubuntu-latest:
selectors/uar/quiz.old.page.js#L36
1) [cc-live-webkit] › 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 getByRole('button', { name: 'Get your results' })
locator resolved to <button data-quiz-button="" aria-label="Get your results…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<iframe width="100%" height="100%" frameborder="0" name=…></iframe> from <div class="QSISlider SI_3L8MG4JxzlCZ47Y_SliderContai…>…</div> subtree intercepts pointer events
retrying click action, attempt #1
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<iframe width="100%" height="100%" frameborder="0" name=…></iframe> from <div class="QSISlider SI_3L8MG4JxzlCZ47Y_SliderContai…>…</div> subtree intercepts pointer events
retrying click action, attempt #2
waiting 20ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<iframe width="100%" height="100%" frameborder="0" name=…></iframe> from <div class="QSISlider SI_3L8MG4JxzlCZ47Y_SliderContai…>…</div> subtree intercepts pointer events
retrying click action, attempt #3
waiting 100ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<iframe width="100%" height="100%" frameborder="0" name=…></iframe> from <div class="QSISlider SI_3L8MG4JxzlCZ47Y_SliderContai…>…</div> subtree intercepts pointer events
retrying click action, attempt #4
waiting 100ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<iframe width="100%" height="100%" frameborder="0" name=…></iframe> from <div class="QSISlider SI_3L8MG4JxzlCZ47Y_SliderContai…>…</div> subtree intercepts pointer events
retrying click action, attempt #5
waiting 500ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<iframe width="100%" height="100%" frameborder="0" name=…></iframe> from <div class="QSISlider SI_3L8MG4JxzlCZ47Y_SliderContai…>…</div> subtree intercepts pointer events
retrying click action, attempt #6
waiting 500ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<iframe width="100%" height="100%" frameborder="0" name=…></iframe> from <div class="QSISlider SI_3L8MG4JxzlCZ47Y_SliderContai…>…</div> subtree intercepts pointer events
retrying click action, attempt #7
waiting 500ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<iframe width="100%" height="100%" frameborder="0" name=…></iframe> from <div class="QSISlider SI_3L8MG4JxzlCZ47Y_SliderContai…>…</div> subtree intercepts pointer events
retrying click action, attempt #8
waiting 500ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<iframe width="100%" height="100%" frameborder="0" name=…></iframe> from <div class="QSISlider SI_3L8MG4JxzlCZ47Y_SliderContai…>…</div> subtree intercepts pointer events
retrying click action, attempt #9
waiting 500ms
waiting for element to be visible, enabled and stable
element is visible, enabled and
|
|
Run Nala ubuntu-latest:
libs/webutil.js#L336
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.screenshot: Timeout 60000ms exceeded.
=========================== logs ===========================
taking page screenshot
============================================================
at ../../libs/webutil.js:336
334 | }
335 | await this.page.setViewportSize({ width, height });
> 336 | await this.page.screenshot({ path: `${folderPath}/${fileName}`, fullPage: true });
| ^
337 | }
338 |
339 | /**
at WebUtil.takeScreenshot (/home/runner/work/nala/nala/libs/webutil.js:336:21)
at QuizOldPage.checkResultPage (/home/runner/work/nala/nala/selectors/uar/quiz.old.page.js:130:7)
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
|
|
|
Run Nala ubuntu-latest:
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
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
|
Run Nala ubuntu-latest:
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- page.setViewportSize at libs/webutil.js:335:21
|
Run Nala ubuntu-latest:
tests/cc/ostprices.test.js#L247
2) [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(received).toHaveURL(expected)
Expected pattern: /^https:\/\/commerce.adobe.com\/store\/bundle/
Received string: "https://main--cc--adobecom.hlx.live/jp/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="ja-JP" class=" wf-adobe-clean-ha…>…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/jp/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="ja-JP" class=" wf-adobe-clean-ha…>…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/jp/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="ja-JP" class=" wf-adobe-clean-ha…>…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/jp/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="ja-JP" class=" wf-adobe-clean-ha…>…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/jp/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="ja-JP" class=" wf-adobe-clean-ha…>…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/jp/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="ja-JP" class=" wf-adobe-clean-ha…>…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/jp/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="ja-JP" class=" wf-adobe-clean-ha…>…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/jp/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="ja-JP" class=" wf-adobe-clean-ha…>…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/jp/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
- locator resolved to <html dir="ltr" lang="ja-JP" class=" wf-adobe-clean-ha…>…</html>
- unexpected value "https://main--cc--adobecom.hlx.live/jp/drafts/Automation-PW/OST-prices/strike-through-prices?georouting=off"
245 | await ost.bundleBuynowCta.click();
246 | await page.waitForTimeout(1000);
> 247 | await expect(page).toHaveURL(new RegExp('^https://commerce.adobe.com/store/bundle'));
| ^
248 | await expect(page).toHaveURL(new RegExp('co=JP&lang=ja'));
249 | });
250 | });
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:247:23
at /home/runner/work/nala/nala/tests/cc/ostprices.test.js:234: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 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-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
34 passed (27.7m)
|
The logs for this run have expired and are no longer available.
Loading