Skip to content

Commit f500fef

Browse files
committed
add robot test for settings
1 parent cf4179c commit f500fef

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)