Bacom E2E Daily Run #142
run-e2e-daily.yaml
on: schedule
Matrix: Running tests on Browserstack
Annotations
4 errors, 1 warning, and 1 notice
|
[edge-latest:Windows 11-browserstack] › bacom/e2e/marketo.e2e.test.js:15:9 › Marketo block test suite › 0: Marketo full form:
tests/bacom/e2e/marketo.e2e.test.js#L48
1) [edge-latest:Windows 11-browserstack] › bacom/e2e/marketo.e2e.test.js:15:9 › Marketo block test suite › 0: Marketo full form, @Marketo @bacom @smoke @regression @e2e @homepage, path: / › step-4: Verify the form submission redirect
Error: locator.waitFor: Target page, context or browser has been closed
Call Log:
- Test timeout of 180000ms exceeded
46 | const redirectedUrl = await page.url();
47 | await expect(redirectedUrl).toContain('?submissionid');
> 48 | }).toPass();
| ^
49 | });
50 | });
51 | });
at /home/runner/work/bacom/bacom/tests/bacom/e2e/marketo.e2e.test.js:48:12
at /home/runner/work/bacom/bacom/tests/bacom/e2e/marketo.e2e.test.js:43:18
|
[playwright-webkit-latest:OSX Sonoma-browserstack] › bacom/e2e/marketo.e2e.test.js:54:9 › Marketo block test suite › 1: Marketo essential template:
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.
|
[playwright-webkit-latest:OSX Sonoma-browserstack] › bacom/e2e/marketo.e2e.test.js:54:9 › Marketo block test suite › 1: Marketo essential template:
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
- 118 × 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
|
Running tests on Browserstack (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
2 flaky
[edge-latest:Windows 11-browserstack] › bacom/e2e/marketo.e2e.test.js:15:9 › Marketo block test suite › 0: Marketo full form, @Marketo @bacom @smoke @regression @e2e @homepage, path: /
[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.5m)
|