Fix focus bug (#202) #735
Annotations
2 errors, 2 warnings, and 1 notice
Execute integration tests:
ui-tests/tests/left-panel.spec.ts#L1
1) tests/left-panel.spec.ts:341:11 › #sourcePanel › with GIS document › #sourcesContextMenu › should have context menu on used source
Test timeout of 60000ms exceeded.
|
Execute integration tests:
ui-tests/tests/left-panel.spec.ts#L346
1) tests/left-panel.spec.ts:341:11 › #sourcePanel › with GIS document › #sourcesContextMenu › should have context menu on used source
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('#jupytergis\\:\\:leftControlPanel').locator('.jp-gis-sourcePanel').locator('.jp-gis-source').first()
locator resolved to <div class="jp-gis-source">…</div>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<dialog aria-modal="true" class="lm-Widget jp-Dialog" ar…>…</dialog> intercepts pointer events
retrying click action, attempt #1
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<dialog aria-modal="true" class="lm-Widget jp-Dialog" ar…>…</dialog> intercepts pointer events
retrying click action, attempt #2
waiting 20ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<dialog aria-modal="true" class="lm-Widget jp-Dialog" ar…>…</dialog> intercepts pointer events
retrying click action, attempt #3
waiting 100ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<dialog aria-modal="true" class="lm-Widget jp-Dialog" ar…>…</dialog> intercepts pointer events
retrying click action, attempt #4
waiting 100ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<dialog aria-modal="true" class="lm-Widget jp-Dialog" ar…>…</dialog> intercepts pointer events
retrying click action, attempt #5
waiting 500ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<dialog aria-modal="true" class="lm-Widget jp-Dialog" ar…>…</dialog> intercepts pointer events
retrying click action, attempt #6
waiting 500ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<dialog aria-modal="true" class="lm-Widget jp-Dialog" ar…>…</dialog> intercepts pointer events
retrying click action, attempt #7
waiting 500ms
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
<dialog aria-modal="true" class="lm-Widget jp-Dialog" ar…>…</dialog> intercepts pointer events
retrying click action, attempt #8
waiting 500ms
waiting for element to be visible, enabled and stable
element was detached from the DOM, retrying
============================================================
344 | const menu = page.locator('.lm-Menu-content');
345 |
> 346 | await source.first().click({ button: 'right' });
| ^
347 | await expect(menu).toBeVisible();
348 |
349 | // Expect the menu to not contain 'Remove Source' for used source.
at /home/runner/work/jupytergis/jupytergis/ui-tests/tests/left-panel.spec.ts:346:30
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "extension-artifacts", "jupytergis-playwright-tests".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Execute integration tests
1 flaky
tests/left-panel.spec.ts:341:11 › #sourcePanel › with GIS document › #sourcesContextMenu › should have context menu on used source
47 passed (4.2m)
|
Loading