We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Completes In Strings Or Python Dictionaries
1 parent 1d9374a commit eec40ffCopy full SHA for eec40ff
atest/05_Features/Completion.robot
@@ -139,10 +139,12 @@ Completes In Strings Or Python Dictionaries
139
Wait Until Fully Initialized
140
Press Keys None test_dict['']
141
Place Cursor In File Editor At 16 11
142
+ # Small delay to let CodeMirror/backend propagate the change above
143
+ Sleep 4
144
Trigger Completer
145
# note: in jedi-language-server this would be key_a without '
- Completer Should Suggest 'key_a
- Select Completer Suggestion 'key_a
146
+ Completer Should Suggest 'key_a'
147
+ Select Completer Suggestion 'key_a'
148
Wait Until Keyword Succeeds 40x 0.5s File Editor Line Should Equal 15 test_dict['key_a']
149
[Teardown] Clean Up After Working With File completion.py
150
0 commit comments