File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
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 11{
22 "title" : " Language Server" ,
3- "description" : " Language Server Protocol settings. " ,
3+ "description" : " Language Server Protocol settings" ,
44 "type" : " object" ,
55 "properties" : {},
66 "jupyter.lab.shortcuts" : [
You can’t perform that action at this time.
0 commit comments