bitwarden_rs: 1.19.0 -> 1.20.0 (#117931)

* bitwarden_rs: 1.19.0 -> 1.20.0

* bitwarden_rs: Fix failing integration tests
This commit is contained in:
Philip Munksgaard
2021-03-30 00:33:00 +02:00
committed by GitHub
parent fd0af50abd
commit 299d054a7f
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -113,6 +113,7 @@ let
driver.find_element_by_css_selector('input#masterPasswordRetype').send_keys(
'${userPassword}'
)
driver.find_element_by_css_selector('input#acceptPolicies').click()
driver.find_element_by_xpath("//button[contains(., 'Submit')]").click()