[React Native] Add new E2E tests

This commit is contained in:
Alex Akers
2015-07-10 04:12:28 -08:00
parent 40a043109d
commit ffaf16283f
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -190,6 +190,7 @@ class UIExplorerList extends React.Component {
onChangeText={this._search.bind(this)}
placeholder="Search..."
style={[styles.searchTextInput, platformTextInputStyle]}
testID="explorer_search"
value={this.state.searchText}
/>
</View>);