From caf9c37ef6c80dc43d83403bf9c421747e886bba Mon Sep 17 00:00:00 2001 From: Simon Li Date: Fri, 9 Feb 2024 13:43:03 +0000 Subject: [PATCH] jupyterlab==3.6.7 --- dev-requirements-jl3.txt | 2 +- tests/test_offlinenotebook.py | 2 +- 2 files changed, 2 insertions(+), 2 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/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()