File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11*** Settings ***
2+ Suite Setup Set Screenshot Directory ${OUTPUT DIR }${/ } screenshots${/ } smoke
23Resource Keywords.robot
34
45*** Test Cases ***
56Smoke
67 Capture Page Screenshot 00-splash.png
8+
9+ Settings
10+ [Setup] Reset Application State
11+ Lab Command Advanced Settings Editor
12+ Capture Page Screenshot 01-settings-all.png
13+ ${sel } = Set Variable css:[data-id="@krassowski/jupyterlab-lsp:plugin"]
14+ Wait Until Page Contains Element ${sel }
15+ Click Element ${sel }
16+ Wait Until Page Contains System Defaults
17+ Capture Page Screenshot 02-settings-lsp.png
Original file line number Diff line number Diff line change 22 "title" : " Language Server" ,
33 "description" : " Language Server Protocol settings." ,
44 "type" : " object" ,
5+ "properties" : {},
56 "jupyter.lab.shortcuts" : [
67 {
78 "command" : " lsp:jump-to-definition-notebook" ,
You can’t perform that action at this time.
0 commit comments