-
To use different types of keywords in work with documents.
-
Now it uses different keywords for different types of documents.
-
Instead of generic `Отримати інформацію з документа` and `Отримати документ`.
-
This reverts commit cea3dea3.
-
Update work with documents in cancelation.robot
-
Remove redundant keywords from ***Keywords*** section. Code from some of them is used inline or new useful keywords are used. Use updated variables names instead of old ones. Add new test cases to check documents content. I know it's bad commit message. Sorry, I'm tired.
-
Cause it would be better for brokers to have different keywords for different documents.
-
Use updated return values from `create_fake_doc`. Save `${doc_id}` into variable in order to use when needed. Munchify ${cancellation_data} to have better log output.
-
Into `get_document_by_id` in order to find documents in cancelation.robot
-
To find document in awards.complaints.documents
-
In order to fix all jenkins builds
-
Remake document's display checking test cases
-
To work with changed `create_fake_doc` function. Also remove file after uploading, like in others keywords from base_keywords.robot.
-
End stage1 competitive dialog
-
To work with changed `create_fake_doc` function. Also remove file after uploading, like in others keywords from base_keywords.robot.
-
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.
-
Call `Отримати інформацію із документа до скарги` directly from test case, without any shell. Rename `Отримати поле документації до скарги` -> `Отримати інформацію із документа до скарги` and remake algorithm inside it.
-
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.
-
Now is used Robot Framework keyword `Get File`, so it is redundant
-
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.