diff --git a/.travis.yml b/.travis.yml index e45a86668..9541c172c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,5 @@ services: - docker before_script: - make docker - - make worker script: - make tests-ci diff --git a/features/step_definitions/users_steps.rb b/features/step_definitions/users_steps.rb index 6501ee67d..0691515bb 100644 --- a/features/step_definitions/users_steps.rb +++ b/features/step_definitions/users_steps.rb @@ -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