spec: replace reference to ds in password
This commit is contained in:
parent
7e085c657d
commit
c91e231347
18 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue