-
Converted by Pandoc.
-
Rewrite `retry_if_request_failed`
-
Retry only requests with 5xx and 429 status codes or requests which throw BadStatusLine exception.
-
Add tender_uaid to arguments
-
Make global/suite variables uppercase
-
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.
-
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.