Bacom E2E Daily Run #145
Annotations
4 errors, 1 warning, and 1 notice
Run Nala ubuntu-latest:
tests/bacom/e2e/marketo.e2e.test.js#L9
1) [chrome-latest:Windows 11-browserstack] › bacom/e2e/marketo.e2e.test.js:54:9 › Marketo block test suite › 1: Marketo essential template, @Marketo @marketoEssentialTemplate @bacom @smoke @regression @e2e @resources, path: /resources/webinars/beyond-the-buzzword-operationalizing-generative-ai-for-growth
Test timeout of 45000ms exceeded while running "beforeEach" hook.
7 |
8 | test.describe('Marketo block test suite', () => {
> 9 | test.beforeEach(async ({ page }) => {
| ^
10 | marketoBlock = new MarketoBlock(page);
11 | await test.setTimeout(1000 * 60 * 3);
12 | });
at /home/runner/work/bacom/bacom/tests/bacom/e2e/marketo.e2e.test.js:9:8
|
Run Nala ubuntu-latest:
tests/bacom/e2e/marketo.e2e.test.js#L1
1) [chrome-latest:Windows 11-browserstack] › bacom/e2e/marketo.e2e.test.js:54:9 › Marketo block test suite › 1: Marketo essential template, @Marketo @marketoEssentialTemplate @bacom @smoke @regression @e2e @resources, path: /resources/webinars/beyond-the-buzzword-operationalizing-generative-ai-for-growth
Error: browserContext.newPage: Test timeout of 45000ms exceeded.
at BrowserContext._0x162d63 (/home/runner/work/bacom/bacom/node_modules/browserstack-node-sdk/src/bin/playwright/patches.js:1:3785)
|
Run Nala ubuntu-latest:
tests/bacom/e2e/marketo.e2e.test.js#L1
2) [playwright-webkit-latest:OSX Sonoma-browserstack] › bacom/e2e/marketo.e2e.test.js:54:9 › Marketo block test suite › 1: Marketo essential template, @Marketo @marketoEssentialTemplate @bacom @smoke @regression @e2e @resources, path: /resources/webinars/beyond-the-buzzword-operationalizing-generative-ai-for-growth › step-4: Verify the form submission redirect
Test timeout of 180000ms exceeded.
|
Run Nala ubuntu-latest:
tests/bacom/e2e/marketo.e2e.test.js#L83
2) [playwright-webkit-latest:OSX Sonoma-browserstack] › bacom/e2e/marketo.e2e.test.js:54:9 › Marketo block test suite › 1: Marketo essential template, @Marketo @marketoEssentialTemplate @bacom @smoke @regression @e2e @resources, path: /resources/webinars/beyond-the-buzzword-operationalizing-generative-ai-for-growth › step-4: Verify the form submission redirect
Error: locator.waitFor: Test timeout of 180000ms exceeded.
Call log:
- - waiting for locator('.marketo').locator('#mktoButton_new') to be detached
- 119 × locator resolved to hidden <button type="button" id="mktoButton_new" mkto-form-src="2277" data-mkto-btn-text="Submit" data-checkformmsgs_throttle="true" data-mkto-btn-pleasewait="Please Wait..." class="mktoButton mktoUpdatedBTN mktoVisible">Submit</button>
Call Log:
- Test timeout of 180000ms exceeded
81 | const redirectedUrl = await page.url();
82 | await expect(redirectedUrl).toContain('?submissionid');
> 83 | }).toPass();
| ^
84 | });
85 | },
86 | );
at /home/runner/work/bacom/bacom/tests/bacom/e2e/marketo.e2e.test.js:83:14
at /home/runner/work/bacom/bacom/tests/bacom/e2e/marketo.e2e.test.js:78:20
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Nala ubuntu-latest
2 flaky
[chrome-latest:Windows 11-browserstack] › bacom/e2e/marketo.e2e.test.js:54:9 › Marketo block test suite › 1: Marketo essential template, @Marketo @marketoEssentialTemplate @bacom @smoke @regression @e2e @resources, path: /resources/webinars/beyond-the-buzzword-operationalizing-generative-ai-for-growth
[playwright-webkit-latest:OSX Sonoma-browserstack] › bacom/e2e/marketo.e2e.test.js:54:9 › Marketo block test suite › 1: Marketo essential template, @Marketo @marketoEssentialTemplate @bacom @smoke @regression @e2e @resources, path: /resources/webinars/beyond-the-buzzword-operationalizing-generative-ai-for-growth
40 passed (6.6m)
|
Loading