diff --git a/ui-tests/test/general.spec.ts b/ui-tests/test/general.spec.ts index f4225084a3..5efd76ad24 100644 --- a/ui-tests/test/general.spec.ts +++ b/ui-tests/test/general.spec.ts @@ -43,6 +43,9 @@ test.describe('General', () => { // hover somewhere else to make the add cell disappear await page.hover('#jp-top-bar'); + // click to make the blue border around the cell disappear + await page.click('.jp-WindowedPanel-outer'); + // special case for firefox headless issue // see https://github.com/jupyter/notebook/pull/6872#issuecomment-1549594166 for more details if (browserName === 'firefox') {