Replies: 2 comments 3 replies
-
Hello @Skylaunch, Sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, my problem is still relevant, may I know if the solution has progressed? I'm sorry, but I don't have any PR ideas :( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am currently trying to connect e2e tests to the flutter project using the documentation https://docs.flutter.dev/testing/integration-tests
However, I ran into the problem.
The pages using NyState and rendered through "view" method do not render in tests, respectively we do not see any widgets.
I made a simple comparison: I wrote a screen with minimal functionality and wrapped it in the view method using NyState of NyStatefulWidget. The result: A blank screen in the tests and "find" object does not see anything. Then I replaced the NyState on State of StatefulWidget and everything worked correctly.
Thanks in advance for the assistance!
Beta Was this translation helpful? Give feedback.
All reactions