Commit 0ebd3cae95f6a673c51a0a93c7d877543f8e70f0

Authored by biviktorqc
1 parent 907b22aa

tumed up Newtend for chrome

... ... @@ -93,8 +93,6 @@ ${file_path} /home/yboi/openprocurement.robottests.buildout/Document.docx
93 93 Sleep 5
94 94 ${tender_UAid}= Get Text xpath=//div[contains(@class, "panel-heading")]
95 95 ${tender_UAid}= Get Substring ${tender_UAid} 7
96   - ### harcode Idis bacause issues on the E-tender side, to remove, 1 line:
97   - ${tender_UAid}= Convert To String UA-2015-08-03-000025
98 96 ${Ids}= Convert To String ${tender_UAid}
99 97 Run keyword if '${mode}' == 'multi' Set Multi Ids ${ARGUMENTS[0]} ${tender_UAid}
100 98 [return] ${Ids}
... ... @@ -114,8 +112,6 @@ Oтримати internal id по UAid
114 112 etender.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]}
115 113 ${current_location}= Get Location
116 114 ${tender_id}= Fetch From Right ${current_location} /
117   -## harcode Idis bacause issues on the E-tender side, to remove, 1 line:
118   - ${tender_id}= Convert To String 94ffe180019d459787aafe290cd300e2
119 115 [return] ${tender_id}
120 116
121 117 Додати предмет
... ...
... ... @@ -5,7 +5,6 @@ Library DateTime
5 5
6 6 *** Variables ***
7 7 ${locator.tenderId} jquery=h3
8   -${file_path} local_path_to_file("TestDocument.docx")
9 8
10 9 *** Keywords ***
11 10 Підготувати клієнт для користувача
... ... @@ -76,8 +75,6 @@ Pre Login
76 75 Input text name=items[0][item_quantity] ${quantity}
77 76 Input text name=items[0][item_deliveryAddress_countryName] ${countryName}
78 77 Input text name=items[0][item_deliveryDate_endDate] ${delivery_end_date}
79   - Click Element xpath=//a[@class ='uploadFile']
80   - Choose File xpath=//a[@class ='uploadFile'] ${file_path}
81 78 Click Element xpath=//a[contains(@data-class, 'cpv')][./text()='Визначити за довідником']
82 79 Select Frame xpath=//iframe[contains(@src,'/js/classifications/cpv/uk.htm?relation=true')]
83 80 Input text id=search ${cpv}
... ...
... ... @@ -17,7 +17,7 @@ users:
17 17 homepage: "http://uat.e-tender.biz/#/profile"
18 18 login: Misha2
19 19 password: Password1
20   - browser: chrome
  20 + browser: firefox
21 21 position: [0, 0]
22 22 size: [740, 550]
23 23 E-tender_Provider1:
... ... @@ -26,7 +26,7 @@ users:
26 26 homepage: "http://uat.e-tender.biz/#/profile"
27 27 login: st_org
28 28 password: 12345678
29   - browser: chrome
  29 + browser: firefox
30 30 position: [700, 0]
31 31 size: [640, 450]
32 32 E-tender_Provider2:
... ... @@ -82,14 +82,14 @@ users:
82 82 password: 123123
83 83 browser: chrome
84 84 position: [0, 0]
85   - size: [640, 450]
  85 + size: [1100, 1000]
86 86 Netcast_Owner:
87 87 broker: Netcast
88 88 username: Netcasttest
89 89 homepage: "http://dz2.byustudio.in.ua"
90 90 login: ovramet.s@gmail.com
91 91 password: Password1
92   - browser: chrome
  92 + browser: firefox
93 93 position: [0, 0]
94 94 size: [920, 580]
95 95 Netcast_Provider1:
... ... @@ -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: chrome
  110 + browser: firefox
111 111 position: [0, 0]
112 112 size: [740, 550]
113 113 Newtend_Provider2:
... ...
... ... @@ -276,8 +276,7 @@ def test_tender_data_multiple_lots(period_interval=2):
276 276 "classification": {
277 277 "scheme": u"CPV",
278 278 "id": u"44617100-9",
279   - "description": u"Cartons",
280   - "description_ua": u"Картонки"
  279 + "description": u"Cartons"
281 280 },
282 281 "additionalClassifications": [
283 282 {
... ... @@ -311,8 +310,7 @@ def test_tender_data_multiple_lots(period_interval=2):
311 310 "classification": {
312 311 "scheme": u"CPV",
313 312 "id": u"44617100-9",
314   - "description": u"Cartons",
315   - "description_ua": u"Картонки"
  313 + "description": u"Cartons"
316 314 },
317 315 "additionalClassifications": [
318 316 {
... ... @@ -346,8 +344,7 @@ def test_tender_data_multiple_lots(period_interval=2):
346 344 "classification": {
347 345 "scheme": u"CPV",
348 346 "id": u"44617100-9",
349   - "description": u"Cartons",
350   - "description_ua": u"Картонки"
  347 + "description": u"Cartons"
351 348 },
352 349 "additionalClassifications": [
353 350 {
... ...
Please register or login to post a comment