Bacom E2E Daily Run #181
run-e2e-daily.yaml
on: schedule
Matrix: Running tests on Browserstack
Annotations
2 errors, 1 warning, and 1 notice
[playwright-firefox-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#L29
1) [playwright-firefox-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: /au/ › step-1: Go to the test page
Error: Timeout 60000ms exceeded while waiting on the predicate
27 | await marketoBlock.marketo.scrollIntoViewIfNeeded();
28 | await expect(marketoBlock.email).toBeVisible({ timeout: 10000 });
> 29 | }).toPass({
| ^
30 | intervals: [3000],
31 | timeout: 60000,
32 | });
at /home/runner/work/bacom/bacom/tests/bacom/e2e/marketo.e2e.test.js:29:12
at /home/runner/work/bacom/bacom/tests/bacom/e2e/marketo.e2e.test.js:21:7
|
[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: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.marketo').locator('#mktoButton_new') to be detached
124 × 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
[playwright-firefox-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: /au/
[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)
|