File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ Pyls Configuration
25
25
Drag and Drop By Offset ${JLAB XP DOCK TAB } \[contains(., 'Diagnostics Panel')] 600 -200
26
26
Capture Page Screenshot 01-diagnostics-and-settings.png
27
27
# Diagnostic panel should show pyflakes diagnostics, but no flake8
28
- Wait Until Page Contains Element ${PYFLAKES DIAGNOSTIC } timeout=20s
28
+ Wait Until Page Contains Element ${PYFLAKES DIAGNOSTIC } timeout=60s
29
29
Page Should Not Contain ${FLAKE8 DIAGNOSTIC }
30
30
Set Editor Content ${CONFIG PYLS } ${CSS USER SETTINGS }
31
31
Click Element css:button[title\='Save User Settings']
32
32
Capture Page Screenshot 02-settings-changed.png
33
33
# After updating settings, we should see flake8 but no pyflakes
34
- Wait Until Page Contains Element ${FLAKE8 DIAGNOSTIC } timeout=20s
34
+ Wait Until Page Contains Element ${FLAKE8 DIAGNOSTIC } timeout=60s
35
35
Page Should Not Contain ${PYFLAKES DIAGNOSTIC }
36
36
Capture Page Screenshot 03-schema-diagnostic-found.png
37
37
[Teardown] Clean Up After Working with File and Settings ${file }
You can’t perform that action at this time.
0 commit comments