-
remove `Можливість знайти тендер по ід` change `Можливість активувати другий етап` to `Активувати тендер другого етапу` remove third empty line in contract_signing include library BuiltIn add `for` in suite `Порівняти другий етап з перший`
-
Add tender_uaid to arguments
-
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.
-
Cause there was error when viewer's `tender_data` didn't have `contracts` key.
-
Now it uses different keywords for different types of documents.
-
Remove useles row `${number_of_lots}= Get Length ${USERS.users[].initial_data.data.lots}` and use previously saved data for checking document contents instead of reading that from file. -
Also update saving those data returned from `create_fake_doc` into variable and add removing of file after uploading.
-
And remove file after uploading.
-
In order to work with new arguments returned from `create_fake_doc()`. Also add `${doc_id}`, `${doc_name}` and `${doc_content}` to `${claim_data}` and `Remove File` it the end of keywords body. -
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 `Отримати інформацію із тендера`.
-
Add ${doc_id} variable and get_id_from_doc_name function. Use updated `create_fake_doc` function. Use better names for variables.
-
Now it calls Підготувати дані для оголошення тендера for each user in test. Also Підготувати дані для оголошення тендера now have additional ${role_name} argument in order to have possibility to update different data depending on that argument.
-
Because we need that data when trying to get file content
-
In test cases `[Не]Можливість змінити цінову пропозицію...` Delete not needed testcases with hardcoded value.amount
-
Change both value.amount and minimalStep.amount
-
Order of arguments passed to was wrong
-
Add waiting for claim/complaint status switching Use `Звірити поле скарги із значенням` instead of `Звірити поле скарги про виправлення визначення переможця із значенням`