Skip to content

Commit

Permalink
update UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 10, 2024
1 parent b3ed8d0 commit aece614
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui-tests/test/general.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit aece614

Please sign in to comment.