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

Regression (or simply failing test): table screen on_reuse is not called after scrolling #822

Open
andrewhavens opened this issue Mar 5, 2020 · 0 comments

Comments

@andrewhavens
Copy link
Collaborator

There are three failing tests which need to be fixed. Either the feature is broken or the tests are broken (I'm not sure yet). These are the tests that are failing:

ProMotion::TableScreen functionality
  - cell has fired on_reuse after scrolling
 [✗] This test has not passed: FAILED - nil.==(true) failed! 
 [FAILED - nil.==(true) failed] 
 BACKTRACE: Bacon::Error: nil.==(true) failed
	spec/functional/func_table_screen_cell_spec.rb:37:in `<main>': ProMotion::TableScreen functionality - cell has fired on_reuse after scrolling

 
  - cell has fired prepare_for_reuse after scrolling
 [✗] This test has not passed: FAILED - nil.==(true) failed! 
 [FAILED - nil.==(true) failed] 
 BACKTRACE: Bacon::Error: nil.==(true) failed
	spec/functional/func_table_screen_cell_spec.rb:55:in `<main>': ProMotion::TableScreen functionality - cell has fired prepare_for_reuse after scrolling


  - should fire prepare_for_reuse before on_reuse
 [✗] This test has not passed: FAILED - not nil.nil?() failed! 
 [FAILED - not nil.nil?() failed] 
 BACKTRACE: Bacon::Error: not nil.nil?() failed
	spec/functional/func_table_screen_cell_spec.rb:67:in `<main>': ProMotion::TableScreen functionality - should fire prepare_for_reuse before on_reuse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant