NEW e2e environment using playground cli #297
Annotations
2 errors and 1 notice
Starting Playwright & Running the tests:
test/e2e/tests/wp-admin/settings.spec.ts#L19
1) [webkit] › wp-admin/settings.spec.ts:7:2 › Settings › A link to the plugin settings page is present under the Events menu
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for locator('li').filter({ has: getByRole('link', { name: 'Events' }) }).getByRole('link', { name: 'Settings' })
17 | name: 'Settings',
18 | });
> 19 | const settingsMenuUrl = await settingsMenu.getAttribute('href');
| ^
20 |
21 | await expect(settingsMenu).toBeVisible();
22 | await expect(settingsMenuUrl).toContain(
at /home/runner/work/gatherpress/gatherpress/test/e2e/tests/wp-admin/settings.spec.ts:19:46
|
Starting Playwright & Running the tests
Process completed with exit code 1.
|
Starting Playwright & Running the tests
1 failed
[webkit] › wp-admin/settings.spec.ts:7:2 › Settings › A link to the plugin settings page is present under the Events menu
20 passed (2.3m)
|
Loading