@@ -11,6 +11,39 @@ Python
1111 Capture Page Screenshot 01-python.png
1212 [Teardown] Clean Up After Working With File Python.ipynb
1313
14+ Conversion Of Cell Types
15+ [Setup] Setup Notebook Python Python.ipynb
16+ ${lsp_entry } = Set Variable Show diagnostics panel
17+ # initial (code) cell
18+ Open Context Menu Over Cell Editor 1
19+ Capture Page Screenshot 01-initial-code-cell.png
20+ Context Menu Should Contain ${lsp_entry }
21+ Close Context Menu
22+ # raw cell
23+ Lab Command Change to Raw Cell Type
24+ Open Context Menu Over Cell Editor 1
25+ Capture Page Screenshot 02-as-raw-cell.png
26+ Context Menu Should Not Contain ${lsp_entry }
27+ Close Context Menu
28+ # code cell again
29+ Lab Command Change to Code Cell Type
30+ Open Context Menu Over Cell Editor 1
31+ Capture Page Screenshot 03-as-code-cell-again.png
32+ Context Menu Should Contain ${lsp_entry }
33+ Close Context Menu
34+ [Teardown] Clean Up After Working With File Python.ipynb
35+
36+ Moving Cells Around
37+ [Setup] Setup Notebook Python Python.ipynb
38+ ${diagnostic } = Set Variable undefined name 'test' (pyflakes)
39+ Enter Cell Editor 1
40+ Lab Command Move Cells Down
41+ Wait Until Page Contains Element css:.cm-lsp-diagnostic[title="${diagnostic } "] timeout=35s
42+ Enter Cell Editor 1
43+ Lab Command Move Cells Down
44+ Wait Until Page Does Not Contain Element css:.cm-lsp-diagnostic[title="${diagnostic } "] timeout=35s
45+ [Teardown] Clean Up After Working With File Python.ipynb
46+
1447Foreign Extractors
1548 ${file } = Set Variable Foreign extractors.ipynb
1649 Configure JupyterLab Plugin
0 commit comments