Commit dabb344362350727466b7deaf230b4e71325ad40

Authored by Playtenders
1 parent 9badba02

next

Showing 1 changed file with 8 additions and 17 deletions
... ... @@ -940,23 +940,14 @@ Load Sign
940 940 Sleep 5
941 941
942 942 Load Sign Data
943   - Sleep 60
944   - ${sugn_type_status}= Run Keyword And Return Status Element Should Be Visible id=CAsServersSelect
945   - Run Keyword If ${sugn_type_status} Run Keywords
946   - ... Wait Until Page Contains Element id=CAsServersSelect 60
947   - ... AND Select From List By Label id=CAsServersSelect Тестовий ЦСК АТ "ІІТ"
948   - ... AND Wait Until Page Contains Element id=PKeyFileInput 10
949   - ... AND Choose File id=PKeyFileInput ${CURDIR}/Key-6.dat
950   - ... AND Wait Until Page Contains Element id=PKeyPassword 10
951   - ... AND Input Text id=PKeyPassword 12345677
952   - ... AND Wait Until Page Contains Element id=PKeyReadButton 10
953   - ... AND Click Element id=PKeyReadButton
954   - ... ELSE Recursion
955   -
956   -Recursion
957   - Reload Page
958   - Click Button xpath=//*[text()='Накласти ЕЦП']
959   - Load Sign Data
  943 + Wait Until Page Contains Element id=CAsServersSelect 60
  944 + Select From List By Label id=CAsServersSelect Тестовий ЦСК АТ "ІІТ"
  945 + Wait Until Page Contains Element id=PKeyFileInput 10
  946 + Choose File id=PKeyFileInput ${CURDIR}/Key-6.dat
  947 + Wait Until Page Contains Element id=PKeyPassword 10
  948 + Input Text id=PKeyPassword 12345677
  949 + Wait Until Page Contains Element id=PKeyReadButton 10
  950 + Click Element id=PKeyReadButton
960 951
961 952 Wait user action
962 953 [Arguments] @{ARGUMENTS}
... ...
Please register or login to post a comment