-
remove `Можливість знайти тендер по ід` change `Можливість активувати другий етап` to `Активувати тендер другого етапу` remove third empty line in contract_signing include library BuiltIn add `for` in suite `Порівняти другий етап з перший`
-
Also remove redundant rows with getting length of lots list.
-
Also remove redundant rows with getting length of items list.
-
Now there is data for lots, items and tender questions. Also different keywords was added to work with different questions. All that was made to eliminated problem which occured while question was asked only to tender and wasn't asked to item and lot (there was problem asking them) and all display checking test cases passed.
-
To use different types of keywords in work with documents.
-
End stage1 competitive dialog
-
Call `Отримати інформацію із документа до скарги` directly from test case, without any shell. Rename `Отримати поле документації до скарги` -> `Отримати інформацію із документа до скарги` and remake algorithm inside it.
-
Add `get_document_by_id` and `get_file_basename` functions, because they are needed in `Отримати документ` keyword. Remove `get_file_contents` function call. Remake `Отримати документ` keyword: now it returns only name of downloaded by broker file in lieu of file content and path. Moreover, `${url}` arguments is replaced with `${doc_id}` so as to give to broker better data about document to download.
-
Use id from title instead of url as data given to broker to find the document. Add new keyword `Отримати інформацію із документа` and use it instead of `Отримати інформацію із тендера`.
-
Because we need that data when trying to get file content
-
In test cases `[Не]Можливість змінити цінову пропозицію...` Delete not needed testcases with hardcoded value.amount
-
Work with tender/lot documentation in openProcedure
-
And tender/lots documents title display checking testcases