Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specs are failing due to missing ID in document #50

Closed
yivo opened this issue Dec 6, 2017 · 6 comments
Closed

Specs are failing due to missing ID in document #50

yivo opened this issue Dec 6, 2017 · 6 comments
Assignees

Comments

@yivo
Copy link

yivo commented Dec 6, 2017

  7) show account info user can cancel his own order
     # No reason given
     Got 0 failures and 2 other errors:

     7.1) Failure/Error: click_link page.all('#my_order_tabs_wrapper li').first.text

          NoMethodError:
            undefined method `text' for nil:NilClass
          # ./spec/features/market_trade_history_spec.rb:24:in `block (3 levels) in <top (required)>'
          # ./spec/features/market_trade_history_spec.rb:23:in `block (2 levels) in <top (required)>'
@yivo yivo added the Type: Bug label Dec 6, 2017
@yivo
Copy link
Author

yivo commented Dec 11, 2017

@mod Assigned to Yaroslav

@yivo yivo self-assigned this Dec 11, 2017
ysv pushed a commit to ysv/peatio that referenced this issue Dec 13, 2017
ysv pushed a commit to ysv/peatio that referenced this issue Dec 13, 2017
ysv pushed a commit to ysv/peatio that referenced this issue Dec 13, 2017
@ysv
Copy link

ysv commented Dec 13, 2017

we have one more failure in this test

Mocha::ExpectationError:
       not all expectations were satisfied
       unsatisfied expectations:
       - expected exactly once, not yet invoked: AMQPQueue.enqueue(:matching, {:action => "cancel", :order => {:id => 1246, :market => "btccny", :type => :ask, :ord_type => "limit", :volume => 0.1e1, :price => 0.236e2, :locked => 0.1e1, :timestamp => 1513167031}})
       satisfied expectations:
       - allowed any number of times, invoked 6 times: AMQPQueue.publish(any_parameters)
       - allowed any number of times, not yet invoked: KlineDB.kline(any_parameters)

@ysv
Copy link

ysv commented Dec 13, 2017

@yivo is it my task to fix this one too ?

@yivo
Copy link
Author

yivo commented Dec 13, 2017

@yssavchuk Does this spec fails in master?

@ysv
Copy link

ysv commented Dec 13, 2017

@yivo yes

@yivo
Copy link
Author

yivo commented Dec 13, 2017

@yssavchuk Got it. I will create an issue.

mod pushed a commit that referenced this issue Dec 13, 2017
Fixed first part of issue #50 'NoMethodError'
@yivo yivo closed this as completed Dec 14, 2017
@mod mod added this to the Kubernetes Migration and library upgrade milestone Dec 21, 2017
mnaichuk pushed a commit to mnaichuk/peatio that referenced this issue Sep 18, 2018
Added profiles section to the admin panel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants