Commit a0e74a18f90a27786b8e5e3e7c63c7b2f0ee2217

Authored by yboi
1 parent 0ac4193c

chrome_publicbid

... ... @@ -57,6 +57,7 @@ ${file_path} /home/yboi/openprocurement.robottests.buildout/Document.docx
57 57 Sleep 1
58 58 Click Element xpath=//a[contains(@class, 'ng-binding')][./text()='Мої закупівлі']
59 59 Wait Until Page Contains Element xpath=//a[contains(@class, 'btn btn-info')]
  60 + Wait Until Element Is Visible xpath=//a[contains(@class, 'btn btn-info')]
60 61 Sleep 1
61 62 Click Element xpath=//a[contains(@class, 'btn btn-info')]
62 63 Wait Until Page Contains Element id=title
... ...
... ... @@ -6,7 +6,7 @@ Library DateTime
6 6 *** Variables ***
7 7 ##Використовую такий шлях у кожного буде мінятись /yboi/. Міняйте на сві шлях до файлу
8 8 #${file_path} /home/yboi/openprocurement.robottests.buildout/Document.docx
9   -${file_path} /home/vbilos/openprocurement.robottests.buildout/Document.docx
  9 +${file_path} /home/yboi/openprocurement.robottests.buildout/Document.docx
10 10 ${mail} test@mail.com
11 11 ${telephone} +380976535447
12 12
... ... @@ -24,6 +24,7 @@ ${telephone} +380976535447
24 24 Click Element id=mForm:j_idt54
25 25 Run Keyword And Ignore Error Wait Until Page Contains Element id=mForm:email 10
26 26 Input text id=mForm:email ${USERS.users['${username}'].login}
  27 + Sleep 2
27 28 Input text id=mForm:pwd ${USERS.users['${username}'].password}
28 29 Click Button id=mForm:login
29 30
... ... @@ -80,6 +81,7 @@ ${telephone} +380976535447
80 81 Input text id=mForm:data:rPhone ${telephone}
81 82 Input text id=mForm:data:rMail ${mail}
82 83 Choose File id=mForm:data:docFile_input ${file_path}
  84 + Sleep 2
83 85 Run Keyword if '${mode}' == 'multi' Додати предмет items
84 86 Click Element id=mForm:bSave
85 87 Sleep 5
... ... @@ -150,7 +152,6 @@ Set Multi Ids
150 152 Wait Until Page Contains Element xpath=//div[@id='mForm:data:cDkpp3_panel']/table/tbody/tr/td[1]/span 10
151 153 Click Element xpath=//div[@id='mForm:data:cDkpp3_panel']/table/tbody/tr/td[1]/span
152 154
153   -
154 155 Пошук тендера по ідентифікатору
155 156 [Arguments] @{ARGUMENTS}
156 157 [Documentation]
... ...
... ... @@ -107,7 +107,7 @@ users:
107 107 homepage: "https://public-bid.com.ua/test/"
108 108 login: yaroslav1boyko@gmail.com
109 109 password: Password1
110   - browser: firefox
  110 + browser: chrome
111 111 position: [0, 0]
112 112 size: [740, 550]
113 113 Newtend_Provider2:
... ...
Please register or login to post a comment