mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:57:49 +00:00
nixos/vaultwarden: fix test
The accept policies checkbox is no longer present on the user creation screen.
This commit is contained in:
parent
ef5d2ce251
commit
0555c738b5
@ -113,7 +113,6 @@ 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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user