Skip to content

Commit

Permalink
Revert "fix general.spec.ts lint problem as detected in CI run https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed May 18, 2023
1 parent af04096 commit 2acb833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/test/general.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 2acb833

Please sign in to comment.