File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -251,10 +251,10 @@ Completes Correctly With R Double And Triple Colon
251
251
Place Cursor In File Editor At 2 7
252
252
Wait Until Fully Initialized
253
253
Trigger Completer
254
- Completer Should Suggest assertCondition
255
- Select Completer Suggestion assertCondition
256
- Wait Until Keyword Succeeds 40x 0.5s File Editor Line Should Equal 1 tools::assertCondition
257
- # tripple colont
254
+ Completer Should Suggest .print.via.format
255
+ Select Completer Suggestion .print.via.format
256
+ Wait Until Keyword Succeeds 40x 0.5s File Editor Line Should Equal 1 tools::.print.via.format
257
+ # tripple colon
258
258
Place Cursor In File Editor At 4 11
259
259
Trigger Completer
260
260
Completer Should Suggest .packageName
Original file line number Diff line number Diff line change 1
- # `tools::<tab>` → select `assertCondition ` → `tools::assertCondition `
1
+ # `tools::<tab>` → select `.print.via.format ` → `tools::.print.via.format `
2
2
tools ::
3
3
# `datasets:::<tab>` → select `.packageName` → `datasets:::.packageName`
4
4
datasets :::
You can’t perform that action at this time.
0 commit comments