Bacom E2E Daily Run #80
run-e2e-daily.yaml
on: schedule
Matrix: Running tests on Browserstack
Annotations
2 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: /au/ › 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
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
|
Running tests on Browserstack (ubuntu-latest)
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/
|
|