Skip to content

Commit

Permalink
increase launcher wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Sep 21, 2023
1 parent cd3d900 commit af5bbb0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/acceptance/Lab.robot
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Suite Setup Start Lab Tests
Test Tags app:lab


*** Variables ***
${CSS_LAUNCHER_CARD} css:.jp-LauncherCard-label

*** Test Cases ***
Lab Loads
Capture Page Screenshot 00-smoke.png
Expand All @@ -35,4 +38,6 @@ Start Lab Tests

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

0 comments on commit af5bbb0

Please sign in to comment.