Commit c0cdaf8a4de5a2ae6ec55fdbd104d4fccdb376c8

Authored by selurvedu
1 parent 5fd94576

Fix Publicbid login issue

@@ -17,8 +17,8 @@ ${telephone} +380976535447 @@ -17,8 +17,8 @@ ${telephone} +380976535447
17 Set Window Position @{USERS.users['${ARGUMENTS[0]}'].position} 17 Set Window Position @{USERS.users['${ARGUMENTS[0]}'].position}
18 18
19 # login 19 # login
20 - Run Keyword And Ignore Error Wait Until Page Contains Element id=mForm:j_idt54 10  
21 - Click Element id=mForm:j_idt54 20 + Run Keyword And Ignore Error Wait Until Page Contains Element id=mForm:j_idt56 10
  21 + Click Element id=mForm:j_idt56
22 Run Keyword And Ignore Error Wait Until Page Contains Element id=mForm:email 10 22 Run Keyword And Ignore Error Wait Until Page Contains Element id=mForm:email 10
23 Input text id=mForm:email ${USERS.users['${username}'].login} 23 Input text id=mForm:email ${USERS.users['${username}'].login}
24 Sleep 2 24 Sleep 2
Please register or login to post a comment