about summary refs log tree commit diff
path: root/nixos/tests/vaultwarden.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-04-04 20:29:09 -0700
committerRyan Mulligan <ryan@ryantm.com>2022-04-04 20:29:09 -0700
commit0555c738b534d715e83dd5c74c5a5e4e862be365 (patch)
tree1d31384b357d8753871e1702c67451846c67b598 /nixos/tests/vaultwarden.nix
parentef5d2ce251e477252f15c1399ef49783151d20f7 (diff)
nixos/vaultwarden: fix test
The accept policies checkbox is no longer present on the user creation
screen.
Diffstat (limited to 'nixos/tests/vaultwarden.nix')
-rw-r--r--nixos/tests/vaultwarden.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/vaultwarden.nix b/nixos/tests/vaultwarden.nix
index 56f1d245d5052..814d8d7c0ab3e 100644
--- a/nixos/tests/vaultwarden.nix
+++ b/nixos/tests/vaultwarden.nix
@@ -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()