Skip to content

Commit eec40ff

Browse files
committed
Attempt to fix Completes In Strings Or Python Dictionaries
1 parent 1d9374a commit eec40ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

atest/05_Features/Completion.robot

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,12 @@ Completes In Strings Or Python Dictionaries
139139
Wait Until Fully Initialized
140140
Press Keys None test_dict['']
141141
Place Cursor In File Editor At 16 11
142+
# Small delay to let CodeMirror/backend propagate the change above
143+
Sleep 4
142144
Trigger Completer
143145
# note: in jedi-language-server this would be key_a without '
144-
Completer Should Suggest 'key_a
145-
Select Completer Suggestion 'key_a
146+
Completer Should Suggest 'key_a'
147+
Select Completer Suggestion 'key_a'
146148
Wait Until Keyword Succeeds 40x 0.5s File Editor Line Should Equal 15 test_dict['key_a']
147149
[Teardown] Clean Up After Working With File completion.py
148150

0 commit comments

Comments
 (0)