Skip to content

Commit af5bbb0

Browse files
committed
increase launcher wait time
1 parent cd3d900 commit af5bbb0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/acceptance/Lab.robot

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Suite Setup Start Lab Tests
99
Test Tags app:lab
1010

1111

12+
*** Variables ***
13+
${CSS_LAUNCHER_CARD} css:.jp-LauncherCard-label
14+
1215
*** Test Cases ***
1316
Lab Loads
1417
Capture Page Screenshot 00-smoke.png
@@ -35,4 +38,6 @@ Start Lab Tests
3538

3639
Click Launcher
3740
[Arguments] ${title}
38-
Click Element css:.jp-LauncherCard-label[title^\="${title}"]
41+
${item} = Set Variable ${CSS_LAUNCHER_CARD}\[title^\="${title}"]
42+
Wait Until Element Is Visible ${item} timeout=10s
43+
Click Element ${item}

0 commit comments

Comments
 (0)