NEW e2e environment using playground cli #298
Annotations
2 errors and 1 notice
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
|
|
|
The logs for this run have expired and are no longer available.
Loading