Feds Nala Daily Run #59
Annotations
7 errors, 6 warnings, and 3 notices
[feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests/feds/consent.test.js#L1
1) [feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Check consent persistence (post-consent)
Test timeout of 30000ms exceeded.
|
[feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
selectors/feds/feds.consent.page.js#L100
1) [feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Check consent persistence (post-consent)
Error: page.reload: Test timeout of 30000ms exceeded.
Call log:
- waiting for navigation until "load"
at ../../selectors/feds/feds.consent.page.js:100
98 | async assertOneTrustAcceptState() {
99 | // OneTrust consent shouldn't be prompted after page refresh:
> 100 | await this.page.reload();
| ^
101 | // Wait for the page to load & stabilize:
102 | await this.page.waitForLoadState('domcontentloaded');
103 | // OneTrust consent shouldn't be prompted after page loads:
at FedsConsent.assertOneTrustAcceptState (/Users/runner/work/nala/nala/selectors/feds/feds.consent.page.js:100:21)
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:72:21
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:68:5
|
[feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests/feds/consent.test.js#L1
1) [feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Check consent persistence (post-consent)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
selectors/feds/feds.consent.page.js#L100
1) [feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Check consent persistence (post-consent)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.reload: Test timeout of 30000ms exceeded.
Call log:
- waiting for navigation until "load"
at ../../selectors/feds/feds.consent.page.js:100
98 | async assertOneTrustAcceptState() {
99 | // OneTrust consent shouldn't be prompted after page refresh:
> 100 | await this.page.reload();
| ^
101 | // Wait for the page to load & stabilize:
102 | await this.page.waitForLoadState('domcontentloaded');
103 | // OneTrust consent shouldn't be prompted after page loads:
at FedsConsent.assertOneTrustAcceptState (/Users/runner/work/nala/nala/selectors/feds/feds.consent.page.js:100:21)
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:72:21
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:68:5
|
[feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests/feds/consent.test.js#L1
1) [feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Check consent persistence (post-consent)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
selectors/feds/feds.consent.page.js#L100
1) [feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Check consent persistence (post-consent)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.reload: Test timeout of 30000ms exceeded.
Call log:
- waiting for navigation until "load"
at ../../selectors/feds/feds.consent.page.js:100
98 | async assertOneTrustAcceptState() {
99 | // OneTrust consent shouldn't be prompted after page refresh:
> 100 | await this.page.reload();
| ^
101 | // Wait for the page to load & stabilize:
102 | await this.page.waitForLoadState('domcontentloaded');
103 | // OneTrust consent shouldn't be prompted after page loads:
at FedsConsent.assertOneTrustAcceptState (/Users/runner/work/nala/nala/selectors/feds/feds.consent.page.js:100:21)
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:72:21
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:68:5
|
[feds-live-webkit] › jarvis.desktop.test.js:10:7 › Jarvis Component test suite › @FEDS-Jarvis-Default:
tests/feds/jarvis.desktop.test.js#L30
2) [feds-live-webkit] › jarvis.desktop.test.js:10:7 › Jarvis Component test suite › @FEDS-Jarvis-Default, @milo @feds @jarvis @smoke @regression › Check Jarvis component functionality
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('iframe.adbmsgContentIframe')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('iframe.adbmsgContentIframe')
- locator resolved to <iframe frameborder="0" class="adbmsgContentIframe" src=…></iframe>
- unexpected value "visible"
- locator resolved to <iframe frameborder="0" class="adbmsgContentIframe" src=…></iframe>
- unexpected value "visible"
- locator resolved to <iframe frameborder="0" class="adbmsgContentIframe" src=…></iframe>
- unexpected value "visible"
28 | // Close Jarvis chat assistant (via header button):
29 | await Jarvis.jarvisHeaderButton.click();
> 30 | await expect(Jarvis.jarvisContainer).not.toBeVisible();
| ^
31 | });
32 | });
33 |
at /Users/runner/work/nala/nala/tests/feds/jarvis.desktop.test.js:30:48
at /Users/runner/work/nala/nala/tests/feds/jarvis.desktop.test.js:20:5
|
Running tests (ubuntu-latest)
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/.
|
Running tests (ubuntu-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (windows-latest)
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/.
|
Running tests (windows-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
Running tests (macos-latest)
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/.
|
Running tests (macos-latest)
No files were found with the provided path: nala-results.json. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
3 skipped
81 passed (2.2m)
|
🎭 Playwright Run Summary
3 skipped
81 passed (2.6m)
|
🎭 Playwright Run Summary
1 failed
[feds-live-firefox] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression
1 flaky
[feds-live-webkit] › jarvis.desktop.test.js:10:7 › Jarvis Component test suite › @FEDS-Jarvis-Default, @milo @feds @jarvis @smoke @regression
3 skipped
79 passed (4.6m)
|