mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 12:14:37 +08:00
removes make worker
This commit is contained in:
parent
149f09da55
commit
dc51d328bc
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,5 @@ services:
|
|||
- docker
|
||||
before_script:
|
||||
- make docker
|
||||
- make worker
|
||||
script:
|
||||
- make tests-ci
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue