Skip to content

Commit b42ea96

Browse files
authored
Adding testID for modal
1 parent 1134955 commit b42ea96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ export default class ModalSelector extends React.Component {
366366
supportedOrientations={this.props.supportedOrientations}
367367
visible={this.state.modalVisible}
368368
onRequestClose={this.close}
369+
testID={this.props.modalTestId}
369370
animationType={this.props.animationType}
370371
onDismiss={() => this.state.changedItem && this.props.onChange(this.state.changedItem)}
371372
>

0 commit comments

Comments
 (0)