Bacom E2E Daily Run #59
Annotations
1 error, 1 warning, and 1 notice
Run Nala ubuntu-latest:
tests/bacom/e2e/marketo.e2e.test.js#L22
1) [playwright-chromium-latest:OSX Sonoma-browserstack] › bacom/e2e/marketo.e2e.test.js:15:9 › Marketo block test suite › 0: Marketo full form, @Marketo @bacom @smoke @regression @e2e @homepage, path: /au/ › step-1: Go to the test page
Error: page.goto: net::ERR_EMPTY_RESPONSE at https://main--bacom--adobecom.hlx.live/au/?georouting=off
Call log:
- navigating to "https://main--bacom--adobecom.hlx.live/au/?georouting=off", waiting until "load"
20 |
21 | await test.step('step-1: Go to the test page', async () => {
> 22 | await page.goto(testPage);
| ^
23 | await page.waitForLoadState('domcontentloaded');
24 | await expect(page).toHaveURL(testPage);
25 |
at /home/runner/work/bacom/bacom/tests/bacom/e2e/marketo.e2e.test.js:22:20
at /home/runner/work/bacom/bacom/tests/bacom/e2e/marketo.e2e.test.js:21:18
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
Loading