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.
1 parent a1940e4 commit d2fe5bdCopy full SHA for d2fe5bd
atest/05_Features/Completion.robot
@@ -130,6 +130,7 @@ Cell Editor Should Equal
130
Select Completer Suggestion
131
[Arguments] ${text}
132
${suggestion} = Set Variable css:.jp-Completer-item[data-value="${text}"]
133
+ Wait Until Element Is Visible ${suggestion} timeout=10s
134
Mouse Over ${suggestion}
135
Click Element ${suggestion} code
136
0 commit comments