Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2acb833

Browse files
committedMay 18, 2023
This reverts commit 9f0b544.
1 parent af04096 commit 2acb833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ui-tests/test/general.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test.describe('General', () => {
4545

4646
// special case for firefox headless issue
4747
// see https://github.com/jupyter/notebook/pull/6872#issuecomment-1549594166 for more details
48-
if (browserName && browserName === 'firefox') {
48+
if (browserName === 'firefox') {
4949
await hideAddCellButton(page);
5050
}
5151

0 commit comments

Comments
 (0)
Please sign in to comment.