From 6f5d1c20e0035643970e7071658be503ea5f5568 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Fri, 9 Feb 2024 13:48:29 +0000 Subject: [PATCH] jupyterlab==3.6.7 --- dev-requirements-jl3.txt | 2 +- dev-requirements.txt | 4 ++-- tests/test_offlinenotebook.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements-jl3.txt b/dev-requirements-jl3.txt index 112ee5bb..9b39b899 100644 --- a/dev-requirements-jl3.txt +++ b/dev-requirements-jl3.txt @@ -1,2 +1,2 @@ -r dev-requirements.txt -jupyterlab==3.2.8 +jupyterlab==3.6.7 diff --git a/dev-requirements.txt b/dev-requirements.txt index fe681f87..6b43a98d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ jupyter_packaging==0.7.12 flaky==3.7.0 -notebook==6.5.4 -pre-commit==3.6.0 +notebook==6.4.10 +pre-commit==3.5.0 pytest==7.4.4 selenium==4.17.2 wheel==0.42.0 diff --git a/tests/test_offlinenotebook.py b/tests/test_offlinenotebook.py index 09e4fd22..c98be929 100644 --- a/tests/test_offlinenotebook.py +++ b/tests/test_offlinenotebook.py @@ -323,7 +323,7 @@ def test_offline_lab(self, tmpdir): for n in range(EXPECTED_NUM_CELLS): self.wait.until( EC.element_to_be_clickable( - (By.XPATH, "//button[@title='Cut the selected cells']") + (By.XPATH, "//button[@title='Cut the selected cells (X)']") ) ).click() size, ncells = self.download_visible()