mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
fixes android_semantics_integration_test to expect long press for tooltip (#117547)
This commit is contained in:
parent
b8d5d9c46c
commit
bd482ebc54
@ -439,6 +439,7 @@ void main() {
|
||||
ignoredActions: ignoredAccessibilityFocusActions,
|
||||
actions: <AndroidSemanticsAction>[
|
||||
AndroidSemanticsAction.click,
|
||||
AndroidSemanticsAction.longClick,
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user