From e3e71e3f0b5c0e19e3b767df3c2c1fcb56b87107 Mon Sep 17 00:00:00 2001 From: Sylvain <35365065+sanderegg@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:36:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9BE2e:=20fix=20typo=20(#6030)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py b/tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py index 1309329f4a7..6afc2bb1f13 100644 --- a/tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py +++ b/tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py @@ -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