CC Nala Daily Run #44
Annotations
12 errors, 3 warnings, and 3 notices
[cc-live-chrome] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots:
selectors/uar/quiz.old.page.js#L28
1) [cc-live-chrome] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Select each answer on test page according to Illustration + PDFs > Edit quickly and customize templates > Neither apply
TimeoutError: locator.click: Timeout 60000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Next' })
locator resolved to <button aria-label="Next" data-quiz-button="" daa-ll="Fi…>…</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
|
[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 › Old: Select each answer on test page according to Photography + Video + PDFs > Take the time to control every detail > Get them sorted and organized > Create, edit, and share on social > Create and export PDFs to Office > A student or teacher discount
TimeoutError: locator.click: Timeout 60000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//div[text()="Create and export PDFs to Office"]/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 (/Users/runner/work/nala/nala/selectors/uar/quiz.old.page.js:21:38)
at QuizOldPage.clickEachAnswer (/Users/runner/work/nala/nala/selectors/uar/quiz.old.page.js:58:20)
at /Users/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:36:13
at /Users/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:35:11
|
[cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots:
selectors\uar\quiz.old.page.js#L28
1) [cc-live-webkit] › quiz.screenshots.test.js:17:9 › Quiz flow test suite › @quiz screenshots, @cc @uar-quiz-screenshots @uar-quiz-static › Old: Select each answer on test page according to Video > Take the time to control every detail > Create, edit, and share on social > Licenses and business features for teams
TimeoutError: locator.click: Timeout 60000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Next' })
locator resolved to <button disabled aria-label="Next" data-quiz-button="" c…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ..\..\selectors\uar\quiz.old.page.js:28
26 | */
27 | async clickNextButton() {
> 28 | await this.nextButton.click();
| ^
29 | await this.page.waitForTimeout(500);
30 | }
31 |
at QuizOldPage.clickNextButton (D:\a\nala\nala\selectors\uar\quiz.old.page.js:28:27)
at QuizOldPage.clickEachAnswer (D:\a\nala\nala\selectors\uar\quiz.old.page.js:76:20)
at D:\a\nala\nala\tests\cc\quiz.screenshots.test.js:36:13
at D:\a\nala\nala\tests\cc\quiz.screenshots.test.js:35:11
|
|
[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
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 Quiz.takeScreenshotsOnThreeDimensions (/home/runner/work/nala/nala/selectors/uar/quiz.page.js:112:24)
at Quiz.checkResultPage (/home/runner/work/nala/nala/selectors/uar/quiz.page.js:188:18)
at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:57:26
at /home/runner/work/nala/nala/tests/cc/quiz.screenshots.test.js:56:11
|
|
|
|
[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
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:
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
|
[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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- page.setViewportSize at libs/webutil.js:335:21
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-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.
|
|
|
|