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 f0cfeca commit 92cc262Copy full SHA for 92cc262
atest/Keywords.robot
@@ -201,7 +201,7 @@ Open Context Menu for File
201
Ensure File Browser is Open
202
Click Element ${JLAB CSS REFRESH FILES}
203
${selector} = Set Variable xpath://span[@class='jp-DirListing-itemText']\[text() = '${file}']
204
- Wait Until Page Contains Element ${selector}
+ Wait Until Page Contains Element ${selector} timeout=10s
205
Open Context Menu ${selector}
206
207
Rename Jupyter File
0 commit comments