Commit 28826e6268eebb255464411d4b13c540c4069722

Authored by Playtenders
1 parent c8de73ac

edit

Showing 1 changed file with 4 additions and 2 deletions
@@ -2040,13 +2040,15 @@ Save Proposal @@ -2040,13 +2040,15 @@ Save Proposal
2040 ${doc_name}= Run Keyword If ${doc_isset} GetValueFromDictionaryByKey ${USERS.users['${playtender_LOGIN_USER}']} qproposal${award_index}_document 2040 ${doc_name}= Run Keyword If ${doc_isset} GetValueFromDictionaryByKey ${USERS.users['${playtender_LOGIN_USER}']} qproposal${award_index}_document
2041 ... ELSE GenerateFakeDocument 2041 ... ELSE GenerateFakeDocument
2042 2042
2043 - Відкрити форму кваліфікації переможця і потрібну кваліфікацію 0 2043 +#cat Відкрити форму кваліфікації переможця і потрібну кваліфікацію 0
2044 2044
2045 Select From List By Value id=qualificationform-decision decline 2045 Select From List By Value id=qualificationform-decision decline
2046 Run Keyword And Ignore Error Click Element id=qualificationform-title 2046 Run Keyword And Ignore Error Click Element id=qualificationform-title
2047 Run Keyword And Ignore Error Click Element jquery=#qualificationform-title option.js-cancel:first 2047 Run Keyword And Ignore Error Click Element jquery=#qualificationform-title option.js-cancel:first
2048 Run Keyword And Ignore Error Click Element xpath=//span[@class='select2-selection select2-selection--multiple'] 2048 Run Keyword And Ignore Error Click Element xpath=//span[@class='select2-selection select2-selection--multiple']
2049 - Run Keyword And Ignore Error Click Element id=#select2-qualificationform-title-result- 2049 + Execute JavaScript $('#qualificationform-title').val($('#qualificationform-title option:first').val()).trigger('change')
  2050 +# Run Keyword And Ignore Error Input text xpath=//span[@class='select2-selection select2-selection--multiple'] Тендерна пропозиція не відповідає вимогам тендерної документації
  2051 +
2050 # Run Keyword And Ignore Error Input text id=qualificationform-description GenerateFakeText 2052 # Run Keyword And Ignore Error Input text id=qualificationform-description GenerateFakeText
2051 Run Keyword And Ignore Error Input text id=qualification_form_title GenerateFakeText 2053 Run Keyword And Ignore Error Input text id=qualification_form_title GenerateFakeText
2052 JsSetScrollToElementBySelector \#qualification-documents 2054 JsSetScrollToElementBySelector \#qualification-documents
Please register or login to post a comment