Skip to content

Commit e3e71e3

Browse files
authored
🐛E2e: fix typo (#6030)
1 parent b2306b3 commit e3e71e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@
2929
"jupyter-octave-python-math": re.compile(r"/api/contents"), # old way
3030
}
3131

32-
_DEFAULT_TAB_TO_WAIT_FOR: Final[str] = "README.md"
33-
_SERVICE_NAME_TAB_TO_WAIT_FOR: Final[dict[str, str]] = {
34-
"jupyter-ml-pytorch": "README.ipynb"
35-
}
32+
_DEFAULT_TAB_TO_WAIT_FOR: Final[str] = "README.ipynb"
33+
_SERVICE_NAME_TAB_TO_WAIT_FOR: Final[dict[str, str]] = {}
3634

3735

3836
@dataclass

0 commit comments

Comments
 (0)