Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -84,10 +84,10 @@ Login |
84 | 84 | |
85 | 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 | 88 | [return] ${id} |
89 | 89 | |
90 | -get tender id | |
90 | +Get tender id | |
91 | 91 | ${id}= Get Text xpath=//td[@id="qa_state_purchase_id"]/p |
92 | 92 | Should Not Be Equal As Strings ${id} ожидание... |
93 | 93 | [return] ${id} | ... | ... |
Please
register
or
login
to post a comment