Commit ebf775be0f50c54433f7ddf8bb5068392129a025

Authored by yboi
1 parent 9a83cc39

Задати питання

@@ -195,16 +195,18 @@ ${locator.enquiryPeriod.endDate} jquery=tender-procedure-info>div.row:contai @@ -195,16 +195,18 @@ ${locator.enquiryPeriod.endDate} jquery=tender-procedure-info>div.row:contai
195 [Arguments] @{ARGUMENTS} 195 [Arguments] @{ARGUMENTS}
196 [Documentation] 196 [Documentation]
197 ... ${ARGUMENTS[0]} = username 197 ... ${ARGUMENTS[0]} = username
198 - ... ${ARGUMENTS[1]}=tenderid 198 + ... ${ARGUMENTS[1]} = tenderid
199 ... ${ARGUMENTS[2]} = question_data 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 ${description}= Get From Dictionary ${ARGUMENTS[2].data} description 202 ${description}= Get From Dictionary ${ARGUMENTS[2].data} description
203 203
204 Wait Until Page Contains Element jquery=a[href="#/"] 204 Wait Until Page Contains Element jquery=a[href="#/"]
205 Click Element jquery=a[href="#/"] 205 Click Element jquery=a[href="#/"]
206 Wait Until Page Contains Element jquery=input[ng-change='search()'] 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 Wait Until Page Contains Element jquery=a[ng-click="search()"] 210 Wait Until Page Contains Element jquery=a[ng-click="search()"]
209 Click Element jquery=a[ng-click="search()"] 211 Click Element jquery=a[ng-click="search()"]
210 Wait Until Page Contains [ТЕСТУВАННЯ] 100 212 Wait Until Page Contains [ТЕСТУВАННЯ] 100
Please register or login to post a comment