Skip to content

Commit

Permalink
🐛E2e: fix typo (#6030)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Jul 5, 2024
1 parent b2306b3 commit e3e71e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
"jupyter-octave-python-math": re.compile(r"/api/contents"), # old way
}

_DEFAULT_TAB_TO_WAIT_FOR: Final[str] = "README.md"
_SERVICE_NAME_TAB_TO_WAIT_FOR: Final[dict[str, str]] = {
"jupyter-ml-pytorch": "README.ipynb"
}
_DEFAULT_TAB_TO_WAIT_FOR: Final[str] = "README.ipynb"
_SERVICE_NAME_TAB_TO_WAIT_FOR: Final[dict[str, str]] = {}


@dataclass
Expand Down

0 comments on commit e3e71e3

Please sign in to comment.