Replies: 1 comment 2 replies
-
Hello @Skylaunch, Sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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