Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit bd482eb

Browse files
authored
fixes android_semantics_integration_test to expect long press for tooltip (#117547)
1 parent b8d5d9c commit bd482eb

File tree

1 file changed

+1
-0
lines changed
  • dev/integration_tests/android_semantics_testing/test_driver

1 file changed

+1
-0
lines changed

dev/integration_tests/android_semantics_testing/test_driver/main_test.dart

+1
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ void main() {
439439
ignoredActions: ignoredAccessibilityFocusActions,
440440
actions: <AndroidSemanticsAction>[
441441
AndroidSemanticsAction.click,
442+
AndroidSemanticsAction.longClick,
442443
],
443444
),
444445
);

0 commit comments

Comments
 (0)