Showing
1 changed file
with
4 additions
and
4 deletions
@@ -39,9 +39,9 @@ ${locator.enquiryPeriod.endDate} jquery=tender-procedure-info>div.row:contai | @@ -39,9 +39,9 @@ ${locator.enquiryPeriod.endDate} jquery=tender-procedure-info>div.row:contai | ||
39 | Input Text jquery=input[ng-change='search()'] ${ARGUMENTS[1]} | 39 | Input Text jquery=input[ng-change='search()'] ${ARGUMENTS[1]} |
40 | Click Link jquery=a[ng-click='search()'] | 40 | Click Link jquery=a[ng-click='search()'] |
41 | sleep 2 | 41 | sleep 2 |
42 | - ${last_note_id}= Add pointy note jquery=a[href^="#/tenderDetailes"] Found tender with tenderID "${ARGUMENTS[1]}" width=200 position=bottom | ||
43 | - sleep 1 | ||
44 | - Remove element ${last_note_id} | 42 | +# ${last_note_id}= Add pointy note jquery=a[href^="#/tenderDetailes"] Found tender with tenderID "${ARGUMENTS[1]}" width=200 position=bottom |
43 | +# sleep 1 | ||
44 | +# Remove element ${last_note_id} | ||
45 | Click Link jquery=a[href^="#/tenderDetailes"] | 45 | Click Link jquery=a[href^="#/tenderDetailes"] |
46 | Wait Until Page Contains ${ARGUMENTS[1]} 10 | 46 | Wait Until Page Contains ${ARGUMENTS[1]} 10 |
47 | sleep 1 | 47 | sleep 1 |
@@ -78,7 +78,7 @@ ${locator.enquiryPeriod.endDate} jquery=tender-procedure-info>div.row:contai | @@ -78,7 +78,7 @@ ${locator.enquiryPeriod.endDate} jquery=tender-procedure-info>div.row:contai | ||
78 | Отримати тест із поля і показати на сторінці | 78 | Отримати тест із поля і показати на сторінці |
79 | [Arguments] ${fieldname} | 79 | [Arguments] ${fieldname} |
80 | sleep 3 | 80 | sleep 3 |
81 | - відмітити на сторінці поле з тендера ${fieldname} ${locator.${fieldname}} | 81 | +# відмітити на сторінці поле з тендера ${fieldname} ${locator.${fieldname}} |
82 | ${return_value}= Get Text ${locator.${fieldname}} | 82 | ${return_value}= Get Text ${locator.${fieldname}} |
83 | [return] ${return_value} | 83 | [return] ${return_value} |
84 | 84 |
Please
register
or
login
to post a comment