spec: replace reference to ds in password

This commit is contained in:
clemkeirua 2020-07-21 16:49:26 +02:00
parent 7e085c657d
commit c91e231347
18 changed files with 20 additions and 20 deletions

View file

@ -39,7 +39,7 @@ module FeatureHelpers
end
end
def sign_up_with(email, password = 'démarches-simplifiées-pwd')
def sign_up_with(email, password = 'my-s3cure-p4ssword')
fill_in :user_email, with: email
fill_in :user_password, with: password