File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Hover works in notebooks
2727Hover can be triggered via modifier key once cursor stopped moving
2828 Enter Cell Editor 1
2929 ${element } = Last Occurrence python_add
30- Wait Until Keyword Succeeds 4x 0.1 s Trigger Via Modifier Key Press ${element }
30+ Wait Until Keyword Succeeds 5x 0.1 s Trigger Via Modifier Key Press ${element }
3131
3232Hover works in foreign code (javascript)
3333 Enter Cell Editor 2
@@ -63,7 +63,7 @@ Trigger Via Modifier Key Press
6363 [Arguments] ${sel }
6464 # bring the cursor to the element
6565 Mouse Over ${sel }
66- Wait Until Page Contains Element ${HOVER_SIGNAL }
66+ Wait Until Page Contains Element ${HOVER_SIGNAL } timeout=10s
6767 Mouse Over And Wiggle ${sel } 5
6868 Press Keys ${sel } CTRL
6969 Wait Until Keyword Succeeds 4x 0.1s Page Should Contain Element ${HOVER_BOX }
You can’t perform that action at this time.
0 commit comments