@@ -12,7 +12,7 @@ IPython Notebook on Lab
12
12
Add and Run JupyterLab Code Cell print("hello world")
13
13
Wait Until JupyterLab Kernel Is Idle
14
14
Current JupyterLab Cell Output Should Contain hello world
15
- Capture Page Screenshot 10-00-ipython.png
15
+ Capture Page Screenshot lab ${ / } 10 -00-ipython.png
16
16
Save JupyterLab Notebook
17
17
18
18
IPython Notebook Outputs on Lab
@@ -32,15 +32,15 @@ Multiple Notebooks on Lab
32
32
Add and Run JupyterLab Code Cell print("hello world")
33
33
Wait Until JupyterLab Kernel Is Idle
34
34
Page Should Contain hello world
35
- Capture Page Screenshot 10-20-one-notebook.png
35
+ Capture Page Screenshot lab ${ / } 10 -20-one-notebook.png
36
36
Launch a new JupyterLab Document
37
37
${tab1 } = Get JupyterLab Dock Panel Tab Untitled1.ipynb
38
38
Click Element ${tab1 }
39
39
Add and Run JupyterLab Code Cell print("yet another world") n=2
40
40
Wait Until JupyterLab Kernel Is Idle
41
41
Page Should Contain another world
42
42
Drag And Drop By Offset ${tab1 } 800 500
43
- Capture Page Screenshot 10-21-two-notesbook.png
43
+ Capture Page Screenshot lab ${ / } 10 -21-two-notesbook.png
44
44
Close JupyterLab Dock Panel Tab Untitled1.ipynb
45
45
Maybe Accept a JupyterLab Prompt
46
46
Page Should Not Contain yet another world
0 commit comments