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

merge

parents 94a17f9e 0eaeef4b
No related branches found
No related tags found
No related merge requests found
...@@ -55,15 +55,16 @@ ${I_ESTARTTIME} id=editGameTimeStartInput ...@@ -55,15 +55,16 @@ ${I_ESTARTTIME} id=editGameTimeStartInput
${I_EGAMESTOP} id=editGameDateEndInput ${I_EGAMESTOP} id=editGameDateEndInput
${I_ESTOPTIME} id=editGameTimeEndInput ${I_ESTOPTIME} id=editGameTimeEndInput
${I_FACTIONNAME} id=factionNameInput ${I_FACTIONNAME} id=editGameFactionNameInput
${I_FACTIONPASS} id=factionPasswordInput ${I_FACTIONPASS} id=editGameFactionPasswordInput
${B_FACTIONADD} id=editGameFactionSubmitButton ${B_FACTIONADD} id=editGameFactionSubmitButton
${I_FLAGNAME} id=objectivePointDescriptionInput ${I_FLAGNAME} id=editGameObjectivePointDescriptionInput
${I_FLAGMULTI} id=objectivePointMultiplierInput ${I_FLAGMULTI} id=editGameObjectivePointMultiplierInput
${B_FLAGADD} id=editGameObjectivePointSubmitButton ${B_FLAGADD} id=editGameObjectivePointSubmitButton
${I_CAPTURE} id=captureTimeInput ${I_CAPTURE} id=editGameCaptureTimeInput
${I_CONF} id=confirmationTimeInput ${I_CONF} id=editGameConfirmationTimeInput
${B_ESUBMIT} id=editGameSubmitButton ${B_ESUBMIT} id=editGameSubmitButton
${B_EDELETE} id=editGameDeleteGameButton ${B_EDELETE} id=editGameDeleteGameButton
...@@ -76,7 +77,7 @@ ${ALLFACTIONS} Every faction ...@@ -76,7 +77,7 @@ ${ALLFACTIONS} Every faction
${B_GAMESELECT} id=selectGameButton ${B_GAMESELECT} id=selectGameButton
${testit} css=button[id^="selecttest_"] ${testit} css=button[id^="selecttest_"]
<<<<<<< HEAD
## Join Game ## Join Game
${B_JOINGAME} id=joinGameButton ${B_JOINGAME} id=joinGameButton
${L_SELECTFACTION} id=selectFactionList ${L_SELECTFACTION} id=selectFactionList
...@@ -85,8 +86,6 @@ ${B_JOINSUBMIT} id=joinGameSubmitButton ...@@ -85,8 +86,6 @@ ${B_JOINSUBMIT} id=joinGameSubmitButton
## Promote ## Promote
${B_SHOWPLAYERS} id=showPlayersButton ${B_SHOWPLAYERS} id=showPlayersButton
*** Keywords *** *** Keywords ***
#Valid Login #Valid Login
...@@ -625,4 +624,4 @@ Check If Any Test Games ...@@ -625,4 +624,4 @@ Check If Any Test Games
# ${x} = Format String select{} ${VALID_GAME} # ${x} = Format String select{} ${VALID_GAME}
# Wait Until Page Contains Element id=${x} 2 # Wait Until Page Contains Element id=${x} 2
# Click Button id=${x} # Click Button id=${x}
# Log Game Selected # Log Game Selected
\ No newline at end of file
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