fix: update dependency @codemirror/view to ^6.43.0 #1084
Annotations
2 errors and 1 notice
|
Run Playwright tests:
e2e-tests/options.test.ts#L70
1) [webkit] › e2e-tests/options.test.ts:21:1 › should switch language and show options for each › should show JSON options when JSON is selected
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('option', { name: 'JSON', exact: true })
- locator resolved to <div role="option" tabindex="-1" aria-selected="false" data-state="unchecked" data-radix-collection-item="" aria-labelledby="radix-_r_1v_" class="relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
68 | await test.step("should show JSON options when JSON is selected", async () => {
69 | await languageSelect.click();
> 70 | await page.getByRole("option", { exact: true, name: "JSON" }).click();
| ^
71 |
72 | // `Language` Combobox
73 | await expect(
at /home/runner/work/code-explorer/code-explorer/e2e-tests/options.test.ts:70:65
at /home/runner/work/code-explorer/code-explorer/e2e-tests/options.test.ts:68:2
|
|
Run Playwright tests:
e2e-tests/options.test.ts#L0
1) [webkit] › e2e-tests/options.test.ts:21:1 › should switch language and show options for each › should show JSON options when JSON is selected
Test timeout of 30000ms exceeded.
|
|
Run Playwright tests
1 flaky
[webkit] › e2e-tests/options.test.ts:21:1 › should switch language and show options for each ───
26 passed (1.5m)
|
background
wait
wait-all
cancel
Loading