about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2022-04-05 12:15:40 +0200
committerGitHub <noreply@github.com>2022-04-05 12:15:40 +0200
commitbfa9a7eb22df4d2c0946f1da00ae0f8ea801d155 (patch)
tree0fd4e12e12a91ca3ef3dc5438c3904e9c4803dfa /nixos/tests
parent61afa3e16b1e7c0cafe9dbce8cbc7b919f1a1a6b (diff)
parent0555c738b534d715e83dd5c74c5a5e4e862be365 (diff)
Merge pull request #167270 from ryantm/vaultwarden-test
nixos/vaultwarden: fix test
Diffstat (limited to 'nixos/tests')
-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()