Skip to content

Commit

Permalink
Slightly increase test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Sep 18, 2020
1 parent 411f91b commit ff89510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atest/05_Features/Hover.robot
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Hover works in notebooks
Hover can be triggered via modifier key once cursor stopped moving
Enter Cell Editor 1
${element} = Last Occurrence python_add
Wait Until Keyword Succeeds 4x 0.1 s Trigger Via Modifier Key Press ${element}
Wait Until Keyword Succeeds 5x 0.1 s Trigger Via Modifier Key Press ${element}

Hover works in foreign code (javascript)
Enter Cell Editor 2
Expand Down Expand Up @@ -63,7 +63,7 @@ Trigger Via Modifier Key Press
[Arguments] ${sel}
# bring the cursor to the element
Mouse Over ${sel}
Wait Until Page Contains Element ${HOVER_SIGNAL}
Wait Until Page Contains Element ${HOVER_SIGNAL} timeout=10s
Mouse Over And Wiggle ${sel} 5
Press Keys ${sel} CTRL
Wait Until Keyword Succeeds 4x 0.1s Page Should Contain Element ${HOVER_BOX}
Expand Down

0 comments on commit ff89510

Please sign in to comment.