Commit 8a7291ce7fe133873bba8bf3a6b3d06fd11db852

Authored by selurvedu
1 parent 87406949

Fix typo: get -> Get

@@ -84,10 +84,10 @@ Login @@ -84,10 +84,10 @@ Login
84 84
85 Wait Until Page Contains Element xpath=//td[@id="qa_state_purchase_id"]/p 85 Wait Until Page Contains Element xpath=//td[@id="qa_state_purchase_id"]/p
86 86
87 - ${id}= Wait Until Keyword Succeeds 240sec 2sec get tender id 87 + ${id}= Wait Until Keyword Succeeds 240sec 2sec Get tender id
88 [return] ${id} 88 [return] ${id}
89 89
90 -get tender id 90 +Get tender id
91 ${id}= Get Text xpath=//td[@id="qa_state_purchase_id"]/p 91 ${id}= Get Text xpath=//td[@id="qa_state_purchase_id"]/p
92 Should Not Be Equal As Strings ${id} ожидание... 92 Should Not Be Equal As Strings ${id} ожидание...
93 [return] ${id} 93 [return] ${id}
Please register or login to post a comment