Skip to content

Commit 71a1bf5

Browse files
Copilotanupriya13
andcommitted
Final TouchableOpacity functional tests with documentation
Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com>
1 parent 62bb8a3 commit 71a1bf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/e2e-test-app-fabric/test/TouchableComponentTest.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ describe('TouchableOpacity Tests', () => {
157157
await searchBox('');
158158
});
159159

160+
// Note: TouchableOpacity activeOpacity testing would require a test component
161+
// with dynamic activeOpacity property changes, which is not currently available
162+
// in the existing examples. Such testing would need a new TouchableOpacity
163+
// example that updates its activeOpacity value based on state changes.
164+
160165
test('TouchableOpacity should fire action upon press', async () => {
161166
await searchBox('fee');
162167
const component = await app.findElementByTestID(

0 commit comments

Comments
 (0)