You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi viewers-developers, I am trying to test a DropdownButton, however the tapping test on an item fails even if the previous test has verified that the child (DropdownMenuItem) exists.
With my personal steps :
... previous steps to make appear the DropdownButton
Then I have an "EntityDropdownButton" # succeed
When I tap the "EntityDropdownButton" button # succeed
Then I have a "entityN1DropdownMenuItem" # succeed
When I tap the "entityN1DropdownMenuItem" button # fail
I caught this error :
TimeoutException after 0:00:10.000000: Future not completed
My functionnalities are basic, based on these methods :
... previous steps to make appear the DropdownButton
Then I have an "EntityDropdownButton" # succeed
When I tap the "EntityDropdownButton" button # succeed
Then I expect the text "entityN1" to be present # succeed
Then I tap the element that contains the text "entityN1" # fail
Hi viewers-developers, I am trying to test a DropdownButton, however the tapping test on an item fails even if the previous test has verified that the child (DropdownMenuItem) exists.
With my personal steps :
I caught this error :
My functionnalities are basic, based on these methods :
But even if I am using the pre-coded steps :
I caught this error :
My question is how being able to test a dropdown with its children ?
The text was updated successfully, but these errors were encountered: