Przeglądaj źródła

Update to match website changes introduced on or around 3rd August 2021

Daniel Sheffield 3 lat temu
rodzic
commit
4bd302e2a9
1 zmienionych plików z 4 dodań i 12 usunięć
  1. 4 12
      Download Statements.robot

+ 4 - 12
Download Statements.robot

@@ -97,9 +97,8 @@ Go To Login Page
     
 Go To Search And Export Page
     [Documentation]    Assumes freshly logged in.
-    ${link_is_visible}=    Run Keyword And Return Status    Page Should Contain    Search and Export
-    Run Keyword Unless    ${link_is_visible}    Click Link    Accounts
-    Click Link    statements_link
+    Go To   ${LANDING_PAGE}/Statement/Index 
+    Page Should Contain    Search and Export
     Page Should Contain    Export Format
 
 Enter Username And Password
@@ -178,19 +177,12 @@ Firefox Scroll Element Into View
     Scroll One Page Down    ${h}
     Firefox Scroll Element Into View    ${locator}    start_page=${start_page+1}    max_pages=${max_pages-1}
 
-Scroll Account Into View
-    [Documentation]    Assumes current page is Balances.
-    [Arguments]    ${account}
-    ${is_firefox}=   Run Keyword And Return Status    Should Be Equal As Strings    ${BROWSER}    Firefox    ignore_case=yes
-    Run Keyword If    ${is_firefox}    Firefox Scroll Element Into View    link:${account}
-    Run Keyword Unless    ${is_firefox}   Scroll Element Into View    link:${account} 
-
 Capture Account Balances
     [Documentation]    Assumes current page is Balances.
     FOR    ${account}    IN    @{ACCOUNTS}
-        Scroll Account Into View    ${account}
-        Capture Page Screenshot
+        Wait Until Page Contains    ${account}    timeout=1 seconds
     END
+    Capture Page Screenshot
 
 *** Tasks ***
 Download Statement