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

Unable to test with flutter driver #23

Open
NiamhG opened this issue May 2, 2020 · 2 comments
Open

Unable to test with flutter driver #23

NiamhG opened this issue May 2, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@NiamhG
Copy link

NiamhG commented May 2, 2020

There are no options to add a key to the tab items. I attempted to duplicate those locally, but even adding a key to each Position in the stack, it still does not seem to work.

@imaNNeo
Copy link
Collaborator

imaNNeo commented May 3, 2020

I don't know what are you talking about

@NiamhG
Copy link
Author

NiamhG commented May 3, 2020

Sorry. Let me elaborate a bit more.

I am trying to do some integration testing of my app https://flutter.dev/docs/cookbook/testing/integration/introduction

In order to do that, I need to navigate from my home screen to my settings screen, which is a part of your circular bottom navigation (e.g. I have 2 tab items, home and settings). In order to tap the "Settings" icon on the bar, it needs a key. However, your tab item does not have the option to add a key, nor can I see any other way to allow the flutter driver to tap on the tab I want.

I attempted to copy your code locally and add it myself, but couldn't quite mange to get it working. Was not sure if you had any ideas. Let me know if that makes more sense.

@benyaminbeyzaie benyaminbeyzaie added the enhancement New feature or request label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants