Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -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