From 2acb8339ba0069d02bccd47d86185b7eea205bf0 Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Wed, 17 May 2023 18:15:34 -0700 Subject: [PATCH] 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 9f0b54409f6a6b2c0be750f6ddaac1d435f622ae. --- ui-tests/test/general.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tests/test/general.spec.ts b/ui-tests/test/general.spec.ts index 44329a833c2..f4225084a3a 100644 --- a/ui-tests/test/general.spec.ts +++ b/ui-tests/test/general.spec.ts @@ -45,7 +45,7 @@ test.describe('General', () => { // special case for firefox headless issue // see https://github.com/jupyter/notebook/pull/6872#issuecomment-1549594166 for more details - if (browserName && browserName === 'firefox') { + if (browserName === 'firefox') { await hideAddCellButton(page); }