Skip to content

Commit

Permalink
jupyterlab==3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Feb 9, 2024
1 parent a267a13 commit caf9c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements-jl3.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r dev-requirements.txt
jupyterlab==3.2.8
jupyterlab==3.6.7
2 changes: 1 addition & 1 deletion tests/test_offlinenotebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit caf9c37

Please sign in to comment.