-
Notifications
You must be signed in to change notification settings - Fork 69
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
[Question] Failing tests #34
Comments
Hmmmm I am not sure. The Pagewise components only load their new components when we scroll down to them. This test could be failing because the "scrolling" is not happening, but I cannot confirm that. I will try to test it in a couple of days and will get back to you |
Hello @ehhc, I apologize but I have not been able to test your issue yet. Were you able to make any progress? |
hi @AbdulRahmanAlHamali thanks for your answer. No i wasn't able to make any progress.. The test (as given in the first post) fails and i'm not sure how to work around that.. Nonetheless, i noticed that the problem is not as urgent as i initially thought. I noticed that my main problem was not directly caused by your library but because i'm new to flutter and misunderstood something. Anyway: i think in the long run it would be nice to have some tests for your library as well. Furtunately it aint that pressing anymore :) |
Alright great to know you're not blocked by anything! And I definitely agree, this is on the roadmap, and will let you know once your issue is solved! |
Thanks again :) |
Hey guys,
Thanks for this cool library. I'm using it and i want to write WidgetTests for my app. The following shows a minimal working example of the app. Unfortunately my test is failing and i don't understand why. Can you help me by explaining why? How do i get my test running?
My App:
The failing test:
The error message is:
Do you have any idea why the product is shown in the running app but is not visible during the tests?
Thanks a lot :)
The text was updated successfully, but these errors were encountered: