removes make worker

This commit is contained in:
zmagod 2017-11-23 15:58:46 +01:00
parent 149f09da55
commit dc51d328bc
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,5 @@ services:
- docker
before_script:
- make docker
- make worker
script:
- make tests-ci

View file

@ -39,6 +39,7 @@ Given("I click on Reset Password link in the reset password email for user {stri
fill_in 'user_email', with: email
click_button 'Send me reset password instruction'
Delayed::Worker.new.work_off
sleep 1
open_email(email)
current_email.click_link 'Change my password'
end