mattermost-mobile/app/components/pasteable_text_input/__snapshots__/index.test.js.snap
Saturnino Abril a819f63d99
MM-30076 Detox/E2E: Update UI test structure for reusability (#4931)
* update UI test structure for reusability

* fix Android tests

* improve autocomplete test

* minor cleanup
2020-11-03 18:11:49 +08:00

13 lines
299 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PasteableTextInput should render pasteable text input 1`] = `
<Component
allowFontScaling={true}
onPaste={[Function]}
rejectResponderTermination={true}
testID="post.input"
underlineColorAndroid="transparent"
>
My Text
</Component>
`;