-
Cześć, First of all, thanks for the Partol, I love it, you guys are the best! About my issues: I didn't have any issues before Patrol 2.0. What I have now: The test works correctly, but if I use some native commands, I get errors in test results (but the whole flow of the test was correct). For me, it looks like Patrol throws some errors when trying to finish the test, but only when the test has some native commands. I do not have this issue in my test projects. Any ideas why?
Logs:
I'll be thankful for any help and ideas you can give to me! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Siema :) Sorry for the problems. It'd be helpful if you shared the screenshot of the
It should be in (assuming you're running the tests with the
Also, in case you missed it, we've got a migration guide 1.0 -> 2.0. |
Beta Was this translation helpful? Give feedback.
-
I am having the same issue and can not see what the resolution was for this, can someone please share it. |
Beta Was this translation helpful? Give feedback.
@bartekpacia Thanks, solved!
Yes, we had
EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK
withPlatformException
inside. Why? Because by some accident we were asking for notification permission twice.Output:
Thank you!