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
|
@ -1,6 +1,6 @@
|
|||
feature 'Signin in:' do
|
||||
let!(:user) { create(:user, password: password) }
|
||||
let(:password) { 'démarches-simplifiées-pwd' }
|
||||
let(:password) { 'my-s3cure-p4ssword' }
|
||||
|
||||
scenario 'an existing user can sign-in' do
|
||||
visit root_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue