Skip to content

Commit d88582e

Browse files
committed
Remove custom_ from argument name
1 parent b43bd69 commit d88582e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JupyterLibrary/clients/jupyterlab/Shell.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Open JupyterLab
2222
Tag With JupyterLab Metadata ${pageinfo tags} clear=${clear}
2323

2424
Wait for JupyterLab Splash Screen
25-
[Arguments] ${custom_timeout}=10s
25+
[Arguments] ${timeout}=10s
2626
[Documentation] Wait for the JupyterLab splash animation
27-
Wait Until Page Contains Element css:#${JLAB ID SPLASH} timeout=${custom_timeout}
28-
Wait Until Page Does Not Contain Element css:#${JLAB ID SPLASH} timeout=${custom_timeout}
27+
Wait Until Page Contains Element css:#${JLAB ID SPLASH} timeout=${timeout}
28+
Wait Until Page Does Not Contain Element css:#${JLAB ID SPLASH} timeout=${timeout}
2929
Sleep 2s
3030

3131
Click JupyterLab Menu

0 commit comments

Comments
 (0)