Skip to content

Commit e2bb527

Browse files
committed
Add diagnostic panel to config atest
1 parent 297412b commit e2bb527

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

atest/05_Features/Configuration.robot

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Pyls Configuration
2121
Prepare File for Editing PYTHON config ${file}
2222
Open in Advanced Settings ${LSP PLUGIN ID}
2323
Drag and Drop By Offset ${JLAB XP DOCK TAB}\[contains(., '${file}')] 0 100
24-
Capture Page Screenshot 01-file-and-settings.png
24+
Open Diagnostics Panel
25+
Drag and Drop By Offset ${JLAB XP DOCK TAB}\[contains(., 'Diagnostics Panel')] 600 -200
26+
Capture Page Screenshot 01-diagnostics-and-settings.png
2527
Wait Until Page Contains Element ${PYFLAKES DIAGNOSTIC} timeout=20s
2628
Page Should Not Contain ${FLAKE8 DIAGNOSTIC}
2729
Set Editor Content ${CONFIG PYLS} ${CSS USER SETTINGS}
@@ -39,7 +41,9 @@ Pyls Configuration
3941
# Prepare File for Editing YAML config ${file}
4042
# Open in Advanced Settings ${LSP PLUGIN ID}
4143
# Drag and Drop By Offset ${JLAB XP DOCK TAB}\[contains(., '${file}')] 0 100
42-
# Capture Page Screenshot 01-file-and-settings.png
44+
# Open Diagnostics Panel
45+
# Drag and Drop By Offset ${JLAB XP DOCK TAB}\[contains(., 'Diagnostics Panel')] 600 -200
46+
# Capture Page Screenshot 01-diagnostics-and-settings.png
4347
# Wait Until Page Contains Element ${YAML DIAGNOSTIC} timeout=20s
4448
# Page Should Not Contain ${SCHEMA DIAGNOSTIC}
4549
# Set Editor Content ${CONFIG YAML SCHEMA} ${CSS USER SETTINGS}

0 commit comments

Comments
 (0)