Copy navigation channels to items when building from taxon #125
Annotations
4 errors, 2 warnings, and 1 notice
|
|
|
tests/e2e/auth.setup.ts#L8
1) [setup] › ../e2e/auth.setup.ts:6:6 › authenticate as admin ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Error: Element is not an <input>, <textarea>, <select> or [contenteditable] and does not have a role allowing [aria-readonly]
Call log:
- waiting for getByLabel('Username')
- locator resolved to <div id="tab-0-0" class="block" role="tabpanel" aria-labelledby="tab-0-0">…</div>
- fill("sylius")
- attempting fill action
- waiting for element to be visible, enabled and editable
6 | setup('authenticate as admin', async ({ page }) => {
7 | await page.goto('/admin/login');
> 8 | await page.getByLabel('Username').fill('sylius');
| ^
9 | await page.getByLabel('Password').fill('sylius');
10 | await page.getByRole('button', { name: 'Login' }).click();
11 |
at /home/runner/work/sylius-navigation-plugin/sylius-navigation-plugin/tests/e2e/auth.setup.ts:8:39
|
|
tests/e2e/auth.setup.ts#L8
1) [setup] › ../e2e/auth.setup.ts:6:6 › authenticate as admin ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Error: Element is not an <input>, <textarea>, <select> or [contenteditable] and does not have a role allowing [aria-readonly]
Call log:
- waiting for getByLabel('Username')
- locator resolved to <div id="tab-0-0" class="block" role="tabpanel" aria-labelledby="tab-0-0">…</div>
- fill("sylius")
- attempting fill action
- waiting for element to be visible, enabled and editable
6 | setup('authenticate as admin', async ({ page }) => {
7 | await page.goto('/admin/login');
> 8 | await page.getByLabel('Username').fill('sylius');
| ^
9 | await page.getByLabel('Password').fill('sylius');
10 | await page.getByRole('button', { name: 'Login' }).click();
11 |
at /home/runner/work/sylius-navigation-plugin/sylius-navigation-plugin/tests/e2e/auth.setup.ts:8:39
|
|
tests/e2e/auth.setup.ts#L8
1) [setup] › ../e2e/auth.setup.ts:6:6 › authenticate as admin ────────────────────────────────────
Error: locator.fill: Error: Element is not an <input>, <textarea>, <select> or [contenteditable] and does not have a role allowing [aria-readonly]
Call log:
- waiting for getByLabel('Username')
- locator resolved to <div id="tab-0-0" class="block" role="tabpanel" aria-labelledby="tab-0-0">…</div>
- fill("sylius")
- attempting fill action
- waiting for element to be visible, enabled and editable
6 | setup('authenticate as admin', async ({ page }) => {
7 | await page.goto('/admin/login');
> 8 | await page.getByLabel('Username').fill('sylius');
| ^
9 | await page.getByLabel('Password').fill('sylius');
10 | await page.getByRole('button', { name: 'Login' }).click();
11 |
at /home/runner/work/sylius-navigation-plugin/sylius-navigation-plugin/tests/e2e/auth.setup.ts:8:39
|
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading