Skip to content

Commit 2acb833

Browse files
committed
Revert "fix general.spec.ts lint problem as detected in CI run https://github.com/jupyter/notebook/actions/runs/5008582825/jobs/8976612053?pr=6866"
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

Lines changed: 1 addition & 1 deletion
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)