Skip to content

Commit

Permalink
Pass testID prop to WebView in SandBox component
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed May 8, 2023
1 parent ea21fd8 commit 3c72d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/sandbox/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ const Sandbox = forwardRef( function Sandbox(
url,
onWindowEvents = {},
viewportProps = '',
testID,
},
ref
) {
Expand Down Expand Up @@ -372,6 +373,7 @@ const Sandbox = forwardRef( function Sandbox(
showsHorizontalScrollIndicator={ false }
showsVerticalScrollIndicator={ false }
mediaPlaybackRequiresUserAction={ false }
testID={ testID }
/>
);
} );
Expand Down

0 comments on commit 3c72d13

Please sign in to comment.