* MM-30286 Detox/E2E: Add e2e test for MM-T3222 and some cleanup * Fix merge issues * Fix more issues * Fixed new line * Remove redundant check * Updated instance to getElement Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
12 lines
277 B
Text
12 lines
277 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PasteableTextInput should render pasteable text input 1`] = `
|
|
<Component
|
|
allowFontScaling={true}
|
|
onPaste={[Function]}
|
|
rejectResponderTermination={true}
|
|
underlineColorAndroid="transparent"
|
|
>
|
|
My Text
|
|
</Component>
|
|
`;
|