Skip to content

Commit 791b50e

Browse files
Copilotchiaramooney
andcommitted
Remove hitSlop test for TouchableOpacity as hitSlop is not implemented for Fabric
Co-authored-by: chiaramooney <34109996+chiaramooney@users.noreply.github.com>
1 parent a4180c7 commit 791b50e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,6 @@ describe('Touchable Tests', () => {
119119
});
120120

121121
describe('TouchableOpacity Tests', () => {
122-
test('TouchableOpacity should register press in clicked within hitSlop range', async () => {
123-
const component = await app.findElementByTestID(
124-
'touchable_hit_slop_button',
125-
);
126-
await component.waitForDisplayed({timeout: 5000});
127-
const dump = await dumpVisualTree('touchable_hit_slop_button');
128-
expect(dump).toMatchSnapshot();
129-
});
130-
131122
test('TouchableOpacity should not be interactable when disabled', async () => {
132123
await searchBox('dis');
133124
const component = await app.findElementByTestID('disabled_touchable');

0 commit comments

Comments
 (0)