Skip to content

Commit 66975aa

Browse files
NickGerlemanmeta-codesync[bot]
authored andcommitted
Add E2E tests for Filter blur-with-overflow, drop-shadow, and animated-blur (facebook#55960)
Summary: Pull Request resolved: facebook#55960 Add E2E tests for the remaining 3 Filter examples in RNTester: - blur-with-overflow: screenshot test using existing testID - drop-shadow: screenshot test using existing testID - animated-blur: interaction test (click button, verify view visible) Added testID props to Button and Animated.View in AnimatedBlurExample. Reviewed By: cortinico Differential Revision: D95353198 fbshipit-source-id: 50528ed929498c89c66210a4984ca7d32d333730
1 parent d18d9a4 commit 66975aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/rn-tester/js/examples/Filter/FilterExample.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,10 @@ const AnimatedBlurExample = () => {
327327
<Button
328328
onPress={onPress}
329329
title={isBlurred ? 'Remove Blur' : 'Animate Blur'}
330+
testID="animated-blur-button"
330331
/>
331332
<Animated.View
333+
testID="animated-blur-view"
332334
style={[
333335
{
334336
filter: [{blur: animatedValue}],

0 commit comments

Comments
 (0)