Skip to content

Commit

Permalink
test: Add bottom sheet test ID
Browse files Browse the repository at this point in the history
Used for tests in the gutenberg-mobile repository.
  • Loading branch information
dcalhoun committed Sep 1, 2023
1 parent e104bd3 commit f45e95b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ class BottomSheet extends Component {
panResponder.panHandlers.onMoveShouldSetResponderCapture
}
onAccessibilityEscape={ this.onCloseBottomSheet }
testID="bottom-sheet"
{ ...rest }
>
<KeyboardAvoidingView
Expand Down

0 comments on commit f45e95b

Please sign in to comment.