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

Commit

Permalink
fixes android_semantics_integration_test to expect long press for too…
Browse files Browse the repository at this point in the history
…ltip (#117547)
  • Loading branch information
chunhtai authored Dec 22, 2022
1 parent b8d5d9c commit bd482eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ void main() {
ignoredActions: ignoredAccessibilityFocusActions,
actions: <AndroidSemanticsAction>[
AndroidSemanticsAction.click,
AndroidSemanticsAction.longClick,
],
),
);
Expand Down

0 comments on commit bd482eb

Please sign in to comment.