Commit 741ca15566eaa6fa57db5173cc32cd3b342d263d

Authored by SavchukRoman
1 parent 5201682d

first steps

... ... @@ -201,4 +201,19 @@ ${locator.enquiryPeriod.endDate} jquery=tender-procedure-info>div.row:contai
201 201 Click Link jquery=a[href^="#/tenderDetailes"]
202 202 Wait Until Page Contains ${ARGUMENTS[1]} 10
203 203 sleep 1
204   - Capture Page Screenshot
\ No newline at end of file
  204 + Capture Page Screenshot
  205 +
  206 +Задати питання
  207 + [Arguments] @{ARGUMENTS}
  208 + [Documentation]
  209 + ... ${ARGUMENTS[0]} == username
  210 + ... ${ARGUMENTS[1]} == tenderId
  211 + ... ${ARGUMENTS[2]} == id
  212 + ${title}= Get From Dictionary ${ARGUMENTS[2].data} title
  213 + ${description}= Get From Dictionary ${ARGUMENTS[2].data} description
  214 +
  215 + Selenium2Library.Switch Browser ${ARGUMENTS[0]}
  216 + netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]} ${TENDER_ID}
  217 +
  218 + Wait Until Page Contains Element jquery=a[href^="#/addQuestions/"] 30
  219 + Click Element jquery=a[href^="#/addQuestions/"]
... ...
Please register or login to post a comment