mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 05:04:35 +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
|
- docker
|
||||||
before_script:
|
before_script:
|
||||||
- make docker
|
- make docker
|
||||||
- make worker
|
|
||||||
script:
|
script:
|
||||||
- make tests-ci
|
- 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
|
fill_in 'user_email', with: email
|
||||||
click_button 'Send me reset password instruction'
|
click_button 'Send me reset password instruction'
|
||||||
Delayed::Worker.new.work_off
|
Delayed::Worker.new.work_off
|
||||||
|
sleep 1
|
||||||
open_email(email)
|
open_email(email)
|
||||||
current_email.click_link 'Change my password'
|
current_email.click_link 'Change my password'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue