소스 검색

strip really long url part from password prompt

Daniel Sheffield 1 년 전
부모
커밋
28ee556855
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Download Statements.robot

+ 1 - 0
Download Statements.robot

@@ -67,6 +67,7 @@ Go To Login Page
 Enter Username And Password
     [Documentation]    Enters user/password into text fields of login page.
     ${url}=    Get Url
+    ${url}    @{_}=    Split String From Right    ${url}    /    1
     ${log_level}=    Set Log Level    NONE
     ${password}=    Get Value From User    Enter password for ${url}    hidden=yes
     Set Log Level    ${log_level}