From d2fe5bd12beaf3b3d3641f9ae6cc4bb91d9eff67 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Mon, 10 Aug 2020 19:55:00 -0400 Subject: [PATCH] wait for completions to be visible before hover --- atest/05_Features/Completion.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/atest/05_Features/Completion.robot b/atest/05_Features/Completion.robot index bbd216257..73a512505 100644 --- a/atest/05_Features/Completion.robot +++ b/atest/05_Features/Completion.robot @@ -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