Skip to content
Snippets Groups Projects
Commit 45cf2a40 authored by L4074's avatar L4074
Browse files

ADD element wait time

parent 8cfcccdf
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ Delete Completed Task
# Valid name 3-30 / Desc 1 - 255
Create Game
Wait Until Page Contains Element id=newGameButton 1
Wait Until Page Contains Element id=newGameButton 5
Generate Valid Gamename
Click Button ${B_NEWGAME}
Input Text ${I_NGAMENAME} ${VALID_GAME}
......@@ -437,12 +437,12 @@ Create Game
Select Game
${x} = Format String select{} ${VALID_GAME}
Wait Until Page Contains Element id=${x} 1
Wait Until Page Contains Element id=${x} 5
Click Button id=${x}
Log Game Selected
Edit Game Time
Wait Until Page Contains Element id=editGameButton 1
Wait Until Page Contains Element id=editGameButton 5
Click Button ${B_EDITGAME}
Input Text ${I_EGAMENAME} ${VALID_GAME} #test_bINk5V
Log GameName edited
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment