Skip to content

Commit c781693

Browse files
authored
Merge pull request #73 from bollwyvl/fix/lab-settings-null
Add an empty properties to settings schema
2 parents f4018f0 + 9a3220c commit c781693

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

atest/00_Smoke.robot

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
*** Settings ***
2+
Suite Setup Set Screenshot Directory ${OUTPUT DIR}${/}screenshots${/}smoke
23
Resource Keywords.robot
34

45
*** Test Cases ***
56
Smoke
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

schema/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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",

0 commit comments

Comments
 (0)