Unverified Commit bd482ebc authored by chunhtai's avatar chunhtai Committed by GitHub

fixes android_semantics_integration_test to expect long press for tooltip (#117547)

parent b8d5d9c4
...@@ -439,6 +439,7 @@ void main() { ...@@ -439,6 +439,7 @@ void main() {
ignoredActions: ignoredAccessibilityFocusActions, ignoredActions: ignoredAccessibilityFocusActions,
actions: <AndroidSemanticsAction>[ actions: <AndroidSemanticsAction>[
AndroidSemanticsAction.click, AndroidSemanticsAction.click,
AndroidSemanticsAction.longClick,
], ],
), ),
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment