Skip to content

Commit 11b56b0

Browse files
authored
Merge pull request #2 from joe307bad/master
PR testID modal
2 parents e886fdc + b42ea96 commit 11b56b0

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
@@ -462,6 +462,7 @@ export default class ModalSelector extends React.Component {
462462
supportedOrientations={this.props.supportedOrientations}
463463
visible={this.state.modalVisible}
464464
onRequestClose={this.close}
465+
testID={this.props.modalTestId}
465466
animationType={this.props.animationType}
466467
onDismiss={() => this.state.changedItem && this.props.onChange(this.state.changedItem)}
467468
>

0 commit comments

Comments
 (0)