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 c87aa9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -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==2.17.0
pytest==7.4.4
selenium==4.17.2
wheel==0.42.0
Expand Down
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 c87aa9e

Please sign in to comment.