feat(i18n): adds translation for desk panes #4004
Annotations
3 errors and 1 notice
test/e2e/tests/inputs/text.spec.ts#L29
1) [firefox] › inputs/text.spec.ts:19:9 › inputs: text › correctly applies kanji edits ───────────
TimeoutError: page.waitForSelector: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator('data-testid=field-simple') to be visible
============================================================
27 | }
28 |
> 29 | await page.waitForSelector('data-testid=field-simple', {timeout: 30000})
| ^
30 | const field = page.getByTestId('field-simple').getByRole('textbox')
31 |
32 | // Enter initial text and wait for the mutate call to be sent
at /home/runner/work/sanity/sanity/test/e2e/tests/inputs/text.spec.ts:29:18
|
test/e2e/tests/inputs/text.spec.ts#L29
1) [firefox] › inputs/text.spec.ts:19:9 › inputs: text › correctly applies kanji edits ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator('data-testid=field-simple') to be visible
============================================================
27 | }
28 |
> 29 | await page.waitForSelector('data-testid=field-simple', {timeout: 30000})
| ^
30 | const field = page.getByTestId('field-simple').getByRole('textbox')
31 |
32 | // Enter initial text and wait for the mutate call to be sent
at /home/runner/work/sanity/sanity/test/e2e/tests/inputs/text.spec.ts:29:18
|
|
|
The logs for this run have expired and are no longer available.
Loading