Skip to content

Commit 2cf698a

Browse files
committed
Fix config setting in acceptance tests
1 parent 6c07869 commit 2cf698a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

atest/01_Editor.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Python (pylsp)
4949

5050
Python (pyright)
5151
${def} = Set Variable xpath:(//span[contains(@class, 'cm-variable')][contains(text(), 'fib')])[last()]
52-
Editor Shows Features for Server pyright Python example.py Diagnostics=is not defined (Pyright) Jump to Definition=${def} Rename=${def}
52+
Editor Shows Features for Server pyright Python example.py Diagnostics=is not defined (Pyright) Jump to Definition=${def}
5353

5454
R
5555
${def} = Set Variable xpath:(//span[contains(@class, 'cm-variable')][contains(text(), 'fib')])[last()]
@@ -77,7 +77,7 @@ YAML
7777
Editor Shows Features for Server
7878
[Arguments] ${server} ${Language} ${file} &{features}
7979
Configure JupyterLab Plugin
80-
... {"language_servers": {"${server}": {"priority": 10000}}
80+
... {"language_servers": {"${server}": {"priority": 10000}}}
8181
Editor Shows Features for Language ${Language} ${file} &{features}
8282

8383
Editor Shows Features for Language

atest/Keywords.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ Configure JupyterLab Plugin
375375
Set Editor Content ${settings json} ${CSS USER SETTINGS}
376376
Wait Until Page Contains No errors found
377377
Click Element css:button[title\='Save User Settings']
378+
Wait Until Page Contains No errors found
378379
Click Element ${JLAB XP CLOSE SETTINGS}
379380

380381
Clean Up After Working with File and Settings

0 commit comments

Comments
 (0)