mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/tests/vaultwarden: update comment, remove unused arg
This commit is contained in:
parent
3b5d687d25
commit
f05f652af3
1 changed files with 1 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ let
|
|||
|
||||
wait.until_not(EC.title_contains("Join organization"))
|
||||
|
||||
# NOTE: When testing this locally, the extensions must not be installed, otherwise this screen does not appear
|
||||
# NOTE: When testing this locally, the Bitwarden browser extension must not be installed, otherwise this screen does not appear
|
||||
click_when_unobstructed((By.XPATH, "//button[contains(., 'Add it later')]"))
|
||||
|
||||
click_when_unobstructed((By.XPATH, "//a[contains(., 'Skip to web app')]"))
|
||||
|
|
@ -198,7 +198,6 @@ let
|
|||
{
|
||||
nodes,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue