Don't display details button if message is empty #1273
Annotations
2 errors and 1 notice
ui-tests/tests/merge-commit.spec.ts#L70
1) tests/merge-commit.spec.ts:58:7 › Merge commit tests › should diff file after clicking ────────
Error: proxy.waitForSelector: Target closed
=========================== logs ===========================
waiting for locator('.jp-git-diff-root') to be visible
============================================================
68 | .waitFor({ state: 'visible' });
69 |
> 70 | expect(page.waitForSelector('.jp-git-diff-root')).toBeTruthy();
| ^
71 | });
72 |
73 | test('should revert merge commit', async ({ page }) => {
at /home/runner/work/jupyterlab-git/jupyterlab-git/ui-tests/tests/merge-commit.spec.ts:70:17
|
|
|
The logs for this run have expired and are no longer available.
Loading