Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update to JupyterLab 4.0.0a33#6713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jtpio merged 17 commits intojupyter:mainfromjtpio:lab-33
Feb 7, 2023
Merged
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
b0a458b
Update to JupyterLab 4.0.0a33
jtpioFeb 6, 2023
6caa064
Update Lumino packages
jtpioFeb 6, 2023
91e6375
Update to React 18
jtpioFeb 6, 2023
a9b2e97
Fix default browser
jtpioFeb 6, 2023
d9ed4a5
Add defaultFileBrowser plugin
jtpioFeb 6, 2023
64c9b00
Update yarn.lock
jtpioFeb 6, 2023
b1797d3
Require Python 3.8
jtpioFeb 6, 2023
9abefa8
Remove docprovider
jtpioFeb 6, 2023
be9b91e
Bump Python dependencies
jtpioFeb 6, 2023
e245381
Move Python bumps
jtpioFeb 6, 2023
69f079b
Unbump `jupyterlab_server`
jtpioFeb 6, 2023
cea87c0
Align `jupyterlab_server`dep
jtpioFeb 6, 2023
9d0ea5b
Bump jupyterlab_server
jtpioFeb 6, 2023
6779174
Try with 3.10
jtpioFeb 6, 2023
54a301d
Manually set checkpoint text in UI tests
jtpioFeb 7, 2023
20591f4
Fix checkpoints value in UI tests
jtpioFeb 7, 2023
dd98735
Update snapshots
jtpioFeb 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix checkpoints value in UI tests
  • Loading branch information
@jtpio
jtpio committedFeb 7, 2023
commit20591f4204edea663d7f80bfd10da775c5d3c00a
4 changes: 3 additions & 1 deletionui-tests/test/general.spec.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,7 +31,9 @@ test.describe('General', () => {
// remove the amount of seconds manually since it might display strings such as "3 seconds ago"
await page
.locator(checkpointLocator)
.evaluate(element => (element.innerHTML = '3 seconds ago'));
.evaluate(
element => (element.innerHTML = 'Last Checkpoint: 3 seconds ago')
);

// force switching back to command mode to avoid capturing the cursor in the screenshot
await page.evaluate(async () => {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp