Skip to content

Commit

Permalink
wait for completions to be visible before hover
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Aug 10, 2020
1 parent a1940e4 commit d2fe5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atest/05_Features/Completion.robot
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Cell Editor Should Equal
Select Completer Suggestion
[Arguments] ${text}
${suggestion} = Set Variable css:.jp-Completer-item[data-value="${text}"]
Wait Until Element Is Visible ${suggestion} timeout=10s
Mouse Over ${suggestion}
Click Element ${suggestion} code

Expand Down

0 comments on commit d2fe5bd

Please sign in to comment.