Feds Nala Daily Run #178
Annotations
30 errors, 6 warnings, and 3 notices
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests/feds/consent.test.js#L25
1) [feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Navigate to FEDS consent component page
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
23 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${features[0].browserParams}`);
24 | // Wait for the OneTrust consent bar to appear:
> 25 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
26 | await expect(Consent.oneTrustContainer).toBeVisible();
27 | });
28 |
at /home/runner/work/nala/nala/tests/feds/consent.test.js:25:39
at /home/runner/work/nala/nala/tests/feds/consent.test.js:17:5
|
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests/feds/consent.test.js#L25
1) [feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Navigate to FEDS consent component page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
23 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${features[0].browserParams}`);
24 | // Wait for the OneTrust consent bar to appear:
> 25 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
26 | await expect(Consent.oneTrustContainer).toBeVisible();
27 | });
28 |
at /home/runner/work/nala/nala/tests/feds/consent.test.js:25:39
at /home/runner/work/nala/nala/tests/feds/consent.test.js:17:5
|
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests/feds/consent.test.js#L25
1) [feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Navigate to FEDS consent component page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
23 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${features[0].browserParams}`);
24 | // Wait for the OneTrust consent bar to appear:
> 25 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
26 | await expect(Consent.oneTrustContainer).toBeVisible();
27 | });
28 |
at /home/runner/work/nala/nala/tests/feds/consent.test.js:25:39
at /home/runner/work/nala/nala/tests/feds/consent.test.js:17:5
|
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer:
tests/feds/footer.test.js#L27
2) [feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
25 | await test.step('Accept OneTrust consent bar', async () => {
26 | // Wait for the OneTrust consent bar to appear:
> 27 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
28 | // Accept the OneTrust consent banner:
29 | await Consent.acceptOneTrustConsentBar();
30 | });
at /home/runner/work/nala/nala/tests/feds/footer.test.js:27:39
at /home/runner/work/nala/nala/tests/feds/footer.test.js:25:16
|
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer:
tests/feds/footer.test.js#L27
2) [feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
25 | await test.step('Accept OneTrust consent bar', async () => {
26 | // Wait for the OneTrust consent bar to appear:
> 27 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
28 | // Accept the OneTrust consent banner:
29 | await Consent.acceptOneTrustConsentBar();
30 | });
at /home/runner/work/nala/nala/tests/feds/footer.test.js:27:39
at /home/runner/work/nala/nala/tests/feds/footer.test.js:25:16
|
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer:
tests/feds/footer.test.js#L27
2) [feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
25 | await test.step('Accept OneTrust consent bar', async () => {
26 | // Wait for the OneTrust consent bar to appear:
> 27 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
28 | // Accept the OneTrust consent banner:
29 | await Consent.acceptOneTrustConsentBar();
30 | });
at /home/runner/work/nala/nala/tests/feds/footer.test.js:27:39
at /home/runner/work/nala/nala/tests/feds/footer.test.js:25:16
|
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer:
tests/feds/footer.test.js#L89
3) [feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
87 | await test.step('Accept OneTrust consent bar', async () => {
88 | // Wait for the OneTrust consent bar to appear:
> 89 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
90 | // Accept the OneTrust consent banner:
91 | await Consent.acceptOneTrustConsentBar();
92 | });
at /home/runner/work/nala/nala/tests/feds/footer.test.js:89:39
at /home/runner/work/nala/nala/tests/feds/footer.test.js:87:16
|
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer:
tests/feds/footer.test.js#L89
3) [feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
87 | await test.step('Accept OneTrust consent bar', async () => {
88 | // Wait for the OneTrust consent bar to appear:
> 89 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
90 | // Accept the OneTrust consent banner:
91 | await Consent.acceptOneTrustConsentBar();
92 | });
at /home/runner/work/nala/nala/tests/feds/footer.test.js:89:39
at /home/runner/work/nala/nala/tests/feds/footer.test.js:87:16
|
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer:
tests/feds/footer.test.js#L89
3) [feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
87 | await test.step('Accept OneTrust consent bar', async () => {
88 | // Wait for the OneTrust consent bar to appear:
> 89 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
90 | // Accept the OneTrust consent banner:
91 | await Consent.acceptOneTrustConsentBar();
92 | });
at /home/runner/work/nala/nala/tests/feds/footer.test.js:89:39
at /home/runner/work/nala/nala/tests/feds/footer.test.js:87:16
|
[feds-live-chrome] › footer.test.js:144:7 › Footer Block test suite › @FEDS-Privacy-Footer:
tests/feds/footer.test.js#L157
4) [feds-live-chrome] › footer.test.js:144:7 › Footer Block test suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
155 | await test.step('Accept OneTrust consent bar', async () => {
156 | // Wait for the OneTrust consent bar to appear:
> 157 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
158 | // Accept the OneTrust consent banner:
159 | await Consent.acceptOneTrustConsentBar();
160 | });
at /home/runner/work/nala/nala/tests/feds/footer.test.js:157:39
at /home/runner/work/nala/nala/tests/feds/footer.test.js:155:16
|
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests\feds\consent.test.js#L25
1) [feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Navigate to FEDS consent component page
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
23 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${features[0].browserParams}`);
24 | // Wait for the OneTrust consent bar to appear:
> 25 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
26 | await expect(Consent.oneTrustContainer).toBeVisible();
27 | });
28 |
at D:\a\nala\nala\tests\feds\consent.test.js:25:39
at D:\a\nala\nala\tests\feds\consent.test.js:17:5
|
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests\feds\consent.test.js#L25
1) [feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Navigate to FEDS consent component page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
23 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${features[0].browserParams}`);
24 | // Wait for the OneTrust consent bar to appear:
> 25 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
26 | await expect(Consent.oneTrustContainer).toBeVisible();
27 | });
28 |
at D:\a\nala\nala\tests\feds\consent.test.js:25:39
at D:\a\nala\nala\tests\feds\consent.test.js:17:5
|
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests\feds\consent.test.js#L25
1) [feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Navigate to FEDS consent component page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
23 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${features[0].browserParams}`);
24 | // Wait for the OneTrust consent bar to appear:
> 25 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
26 | await expect(Consent.oneTrustContainer).toBeVisible();
27 | });
28 |
at D:\a\nala\nala\tests\feds\consent.test.js:25:39
at D:\a\nala\nala\tests\feds\consent.test.js:17:5
|
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer:
tests\feds\footer.test.js#L27
2) [feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
25 | await test.step('Accept OneTrust consent bar', async () => {
26 | // Wait for the OneTrust consent bar to appear:
> 27 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
28 | // Accept the OneTrust consent banner:
29 | await Consent.acceptOneTrustConsentBar();
30 | });
at D:\a\nala\nala\tests\feds\footer.test.js:27:39
at D:\a\nala\nala\tests\feds\footer.test.js:25:16
|
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer:
tests\feds\footer.test.js#L27
2) [feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
25 | await test.step('Accept OneTrust consent bar', async () => {
26 | // Wait for the OneTrust consent bar to appear:
> 27 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
28 | // Accept the OneTrust consent banner:
29 | await Consent.acceptOneTrustConsentBar();
30 | });
at D:\a\nala\nala\tests\feds\footer.test.js:27:39
at D:\a\nala\nala\tests\feds\footer.test.js:25:16
|
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer:
tests\feds\footer.test.js#L27
2) [feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
25 | await test.step('Accept OneTrust consent bar', async () => {
26 | // Wait for the OneTrust consent bar to appear:
> 27 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
28 | // Accept the OneTrust consent banner:
29 | await Consent.acceptOneTrustConsentBar();
30 | });
at D:\a\nala\nala\tests\feds\footer.test.js:27:39
at D:\a\nala\nala\tests\feds\footer.test.js:25:16
|
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer:
tests\feds\footer.test.js#L89
3) [feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
87 | await test.step('Accept OneTrust consent bar', async () => {
88 | // Wait for the OneTrust consent bar to appear:
> 89 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
90 | // Accept the OneTrust consent banner:
91 | await Consent.acceptOneTrustConsentBar();
92 | });
at D:\a\nala\nala\tests\feds\footer.test.js:89:39
at D:\a\nala\nala\tests\feds\footer.test.js:87:16
|
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer:
tests\feds\footer.test.js#L89
3) [feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
87 | await test.step('Accept OneTrust consent bar', async () => {
88 | // Wait for the OneTrust consent bar to appear:
> 89 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
90 | // Accept the OneTrust consent banner:
91 | await Consent.acceptOneTrustConsentBar();
92 | });
at D:\a\nala\nala\tests\feds\footer.test.js:89:39
at D:\a\nala\nala\tests\feds\footer.test.js:87:16
|
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer:
tests\feds\footer.test.js#L89
3) [feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
87 | await test.step('Accept OneTrust consent bar', async () => {
88 | // Wait for the OneTrust consent bar to appear:
> 89 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
90 | // Accept the OneTrust consent banner:
91 | await Consent.acceptOneTrustConsentBar();
92 | });
at D:\a\nala\nala\tests\feds\footer.test.js:89:39
at D:\a\nala\nala\tests\feds\footer.test.js:87:16
|
[feds-live-chrome] › footer.test.js:144:7 › Footer Block test suite › @FEDS-Privacy-Footer:
tests\feds\footer.test.js#L157
4) [feds-live-chrome] › footer.test.js:144:7 › Footer Block test suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
155 | await test.step('Accept OneTrust consent bar', async () => {
156 | // Wait for the OneTrust consent bar to appear:
> 157 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
158 | // Accept the OneTrust consent banner:
159 | await Consent.acceptOneTrustConsentBar();
160 | });
at D:\a\nala\nala\tests\feds\footer.test.js:157:39
at D:\a\nala\nala\tests\feds\footer.test.js:155:16
|
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests/feds/consent.test.js#L25
1) [feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Navigate to FEDS consent component page
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
23 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${features[0].browserParams}`);
24 | // Wait for the OneTrust consent bar to appear:
> 25 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
26 | await expect(Consent.oneTrustContainer).toBeVisible();
27 | });
28 |
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:25:39
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:17:5
|
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests/feds/consent.test.js#L25
1) [feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Navigate to FEDS consent component page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
23 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${features[0].browserParams}`);
24 | // Wait for the OneTrust consent bar to appear:
> 25 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
26 | await expect(Consent.oneTrustContainer).toBeVisible();
27 | });
28 |
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:25:39
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:17:5
|
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks:
tests/feds/consent.test.js#L25
1) [feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression › Navigate to FEDS consent component page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
23 | await expect(page).toHaveURL(`${baseURL}${features[0].path}${features[0].browserParams}`);
24 | // Wait for the OneTrust consent bar to appear:
> 25 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
26 | await expect(Consent.oneTrustContainer).toBeVisible();
27 | });
28 |
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:25:39
at /Users/runner/work/nala/nala/tests/feds/consent.test.js:17:5
|
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer:
tests/feds/footer.test.js#L27
2) [feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
25 | await test.step('Accept OneTrust consent bar', async () => {
26 | // Wait for the OneTrust consent bar to appear:
> 27 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
28 | // Accept the OneTrust consent banner:
29 | await Consent.acceptOneTrustConsentBar();
30 | });
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:27:39
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:25:16
|
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer:
tests/feds/footer.test.js#L27
2) [feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
25 | await test.step('Accept OneTrust consent bar', async () => {
26 | // Wait for the OneTrust consent bar to appear:
> 27 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
28 | // Accept the OneTrust consent banner:
29 | await Consent.acceptOneTrustConsentBar();
30 | });
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:27:39
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:25:16
|
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer:
tests/feds/footer.test.js#L27
2) [feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
25 | await test.step('Accept OneTrust consent bar', async () => {
26 | // Wait for the OneTrust consent bar to appear:
> 27 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
28 | // Accept the OneTrust consent banner:
29 | await Consent.acceptOneTrustConsentBar();
30 | });
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:27:39
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:25:16
|
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer:
tests/feds/footer.test.js#L89
3) [feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
87 | await test.step('Accept OneTrust consent bar', async () => {
88 | // Wait for the OneTrust consent bar to appear:
> 89 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
90 | // Accept the OneTrust consent banner:
91 | await Consent.acceptOneTrustConsentBar();
92 | });
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:89:39
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:87:16
|
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer:
tests/feds/footer.test.js#L89
3) [feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
87 | await test.step('Accept OneTrust consent bar', async () => {
88 | // Wait for the OneTrust consent bar to appear:
> 89 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
90 | // Accept the OneTrust consent banner:
91 | await Consent.acceptOneTrustConsentBar();
92 | });
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:89:39
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:87:16
|
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer:
tests/feds/footer.test.js#L89
3) [feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
87 | await test.step('Accept OneTrust consent bar', async () => {
88 | // Wait for the OneTrust consent bar to appear:
> 89 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
90 | // Accept the OneTrust consent banner:
91 | await Consent.acceptOneTrustConsentBar();
92 | });
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:89:39
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:87:16
|
[feds-live-chrome] › footer.test.js:144:7 › Footer Block test suite › @FEDS-Privacy-Footer:
tests/feds/footer.test.js#L157
4) [feds-live-chrome] › footer.test.js:144:7 › Footer Block test suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression › Accept OneTrust consent bar
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('#onetrust-banner-sdk') to be visible
155 | await test.step('Accept OneTrust consent bar', async () => {
156 | // Wait for the OneTrust consent bar to appear:
> 157 | await Consent.oneTrustContainer.waitFor({ state: 'visible', timeout: 20000 });
| ^
158 | // Accept the OneTrust consent banner:
159 | await Consent.acceptOneTrustConsentBar();
160 | });
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:157:39
at /Users/runner/work/nala/nala/tests/feds/footer.test.js:155:16
|
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
278 failed
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
[feds-live-chrome] › footer.test.js:144:7 › Footer Block test suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @ArgentinaHomePageGnavCheck, @gnavsanity @gnavhomeargentina
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @BrasilHomePageGnavCheck, @gnavsanity @gnavhomebrasil
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CanadaEnglishHomePageGnavCheck, @gnavsanity @gnavhomecanadaenglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CanadaFrancaisHomePageGnavCheck, @gnavsanity @gnavhomecanadafrancais
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @ChileHomePageGnavCheck, @gnavsanity @gnavhomechile
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @ColombiaHomePageGnavCheck, @gnavsanity @gnavhomecolombia
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CostaRicaHomePageGnavCheck, @gnavsanity @gnavhomecostarica
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @EcuadorHomePageGnavCheck, @gnavsanity @gnavhomeecuador
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @GuatemalaHomePageGnavCheck, @gnavsanity @gnavhomeguatemala
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Latin-AmericaHomePageGnavCheck, @gnavsanity @gnavhomelatinamerica
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @MexicoHomePageGnavCheck, @gnavsanity @gnavhomemexico
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @PeruHomePageGnavCheck, @gnavsanity @gnavhomeperu
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Puerto-RicoHomePageGnavCheck, @gnavsanity @gnavhomepuertorico
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @United-StatesHomePageGnavCheck, @gnavsanity @gnavhomeunitedstates
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Africa-EnglishHomePageGnavCheck, @gnavsanity @gnavhomeafricaenglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Belgique-FrancaisHomePageGnavCheck, @gnavsanity @gnavhomebelgiquefrancais
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Belgium-EnglishHomePageGnavCheck, @gnavsanity @gnavhomeBelgiumEnglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Belgie-NederlandsHomePageGnavCheck, @gnavsanity @gnavhomeBelgieNederlands
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CIS–EnglishHomePageGnavCheck, @gnavsanity @gnavhomeCISEnglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CIS–RussianHomePageGnavCheck, @gnavsanity @gnavhomeCISRussian
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @DanmarkHomePageGnavCheck, @gnavsanity @gnavhomeDanmark
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @DeutschlandHomePageGnavCheck, @gnavsanity @gnavhomeDeutschland @germangnav
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page C
|
🎭 Playwright Run Summary
278 failed
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
[feds-live-chrome] › footer.test.js:144:7 › Footer Block test suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @ArgentinaHomePageGnavCheck, @gnavsanity @gnavhomeargentina
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @BrasilHomePageGnavCheck, @gnavsanity @gnavhomebrasil
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CanadaEnglishHomePageGnavCheck, @gnavsanity @gnavhomecanadaenglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CanadaFrancaisHomePageGnavCheck, @gnavsanity @gnavhomecanadafrancais
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @ChileHomePageGnavCheck, @gnavsanity @gnavhomechile
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @ColombiaHomePageGnavCheck, @gnavsanity @gnavhomecolombia
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CostaRicaHomePageGnavCheck, @gnavsanity @gnavhomecostarica
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @EcuadorHomePageGnavCheck, @gnavsanity @gnavhomeecuador
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @GuatemalaHomePageGnavCheck, @gnavsanity @gnavhomeguatemala
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Latin-AmericaHomePageGnavCheck, @gnavsanity @gnavhomelatinamerica
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @MexicoHomePageGnavCheck, @gnavsanity @gnavhomemexico
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @PeruHomePageGnavCheck, @gnavsanity @gnavhomeperu
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Puerto-RicoHomePageGnavCheck, @gnavsanity @gnavhomepuertorico
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @United-StatesHomePageGnavCheck, @gnavsanity @gnavhomeunitedstates
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Africa-EnglishHomePageGnavCheck, @gnavsanity @gnavhomeafricaenglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Belgique-FrancaisHomePageGnavCheck, @gnavsanity @gnavhomebelgiquefrancais
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Belgium-EnglishHomePageGnavCheck, @gnavsanity @gnavhomeBelgiumEnglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Belgie-NederlandsHomePageGnavCheck, @gnavsanity @gnavhomeBelgieNederlands
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CIS–EnglishHomePageGnavCheck, @gnavsanity @gnavhomeCISEnglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CIS–RussianHomePageGnavCheck, @gnavsanity @gnavhomeCISRussian
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @DanmarkHomePageGnavCheck, @gnavsanity @gnavhomeDanmark
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @DeutschlandHomePageGnavCheck, @gnavsanity @gnavhomeDeutschland @germangnav
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page C
|
🎭 Playwright Run Summary
279 failed
[feds-live-chrome] › consent.test.js:13:7 › Consent Component test suite › @FEDS-Consent-Checks, @milo @feds @consent @smoke @regression
[feds-live-chrome] › footer.test.js:14:7 › Footer Block test suite › @FEDS-Default-Footer, @milo @feds @footer @smoke @regression
[feds-live-chrome] › footer.test.js:76:7 › Footer Block test suite › @FEDS-Skinny-Footer, @milo @feds @footer @smoke @regression
[feds-live-chrome] › footer.test.js:144:7 › Footer Block test suite › @FEDS-Privacy-Footer, @milo @feds @footer @smoke @regression
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @ArgentinaHomePageGnavCheck, @gnavsanity @gnavhomeargentina
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @BrasilHomePageGnavCheck, @gnavsanity @gnavhomebrasil
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CanadaEnglishHomePageGnavCheck, @gnavsanity @gnavhomecanadaenglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CanadaFrancaisHomePageGnavCheck, @gnavsanity @gnavhomecanadafrancais
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @ChileHomePageGnavCheck, @gnavsanity @gnavhomechile
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @ColombiaHomePageGnavCheck, @gnavsanity @gnavhomecolombia
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CostaRicaHomePageGnavCheck, @gnavsanity @gnavhomecostarica
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @EcuadorHomePageGnavCheck, @gnavsanity @gnavhomeecuador
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @GuatemalaHomePageGnavCheck, @gnavsanity @gnavhomeguatemala
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Latin-AmericaHomePageGnavCheck, @gnavsanity @gnavhomelatinamerica
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @MexicoHomePageGnavCheck, @gnavsanity @gnavhomemexico
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @PeruHomePageGnavCheck, @gnavsanity @gnavhomeperu
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Puerto-RicoHomePageGnavCheck, @gnavsanity @gnavhomepuertorico
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @United-StatesHomePageGnavCheck, @gnavsanity @gnavhomeunitedstates
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Africa-EnglishHomePageGnavCheck, @gnavsanity @gnavhomeafricaenglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Belgique-FrancaisHomePageGnavCheck, @gnavsanity @gnavhomebelgiquefrancais
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Belgium-EnglishHomePageGnavCheck, @gnavsanity @gnavhomeBelgiumEnglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @Belgie-NederlandsHomePageGnavCheck, @gnavsanity @gnavhomeBelgieNederlands
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CIS–EnglishHomePageGnavCheck, @gnavsanity @gnavhomeCISEnglish
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @CIS–RussianHomePageGnavCheck, @gnavsanity @gnavhomeCISRussian
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @DanmarkHomePageGnavCheck, @gnavsanity @gnavhomeDanmark
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page Components › @DeutschlandHomePageGnavCheck, @gnavsanity @gnavhomeDeutschland @germangnav
[feds-live-chrome] › homePageSanity.test.js:9:13 › Test Suite for Home Page C
|