Showing
1 changed file
with
5 additions
and
3 deletions
... | ... | @@ -195,16 +195,18 @@ ${locator.enquiryPeriod.endDate} jquery=tender-procedure-info>div.row:contai |
195 | 195 | [Arguments] @{ARGUMENTS} |
196 | 196 | [Documentation] |
197 | 197 | ... ${ARGUMENTS[0]} = username |
198 | - ... ${ARGUMENTS[1]}=tenderid | |
198 | + ... ${ARGUMENTS[1]} = tenderid | |
199 | 199 | ... ${ARGUMENTS[2]} = question_data |
200 | 200 | |
201 | - ${title}= Get From Dictionary ${ARGUMENTS[2].data} title | |
201 | + ${title}= Get From Dictionary ${ARGUMENTS[2].data} title | |
202 | 202 | ${description}= Get From Dictionary ${ARGUMENTS[2].data} description |
203 | 203 | |
204 | 204 | Wait Until Page Contains Element jquery=a[href="#/"] |
205 | 205 | Click Element jquery=a[href="#/"] |
206 | 206 | Wait Until Page Contains Element jquery=input[ng-change='search()'] |
207 | - Input Text jquery=input[ng-change='search()'] ${tender_id} | |
207 | + Input Text jquery=input[ng-change='search()'] UA-2015-06-12-000038 | |
208 | +#Наразі закупівлі створюються в чернеку, не в ЦБД, використовую хард-код замість: | |
209 | +#Input Text jquery=input[ng-change='search()'] ${ARGUMENTS[1]} | |
208 | 210 | Wait Until Page Contains Element jquery=a[ng-click="search()"] |
209 | 211 | Click Element jquery=a[ng-click="search()"] |
210 | 212 | Wait Until Page Contains [ТЕСТУВАННЯ] 100 | ... | ... |
Please
register
or
login
to post a comment