Skip to content

Commit b67b127

Browse files
Copilotchiaramooney
andcommitted
Remove TODO comments from PressableComponentTest.test.ts as requested
Co-authored-by: chiaramooney <[email protected]>
1 parent 66655af commit b67b127

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,7 @@ describe('Pressable Tests', () => {
455455
},
456456
);
457457
});
458-
// TODO: Add fast refresh tests once test components are available
459-
// These tests would require components with buttons/toggles to change properties at runtime:
460-
// - Pressable should update border styling upon fast refresh
461-
// - Pressable should update children upon fast refresh
462-
// - Pressable should update disabled styling upon fast refresh
458+
463459
test('Pressables can have advanced borders', async () => {
464460
const component = await app.findElementByTestID(
465461
'advanced_borders_pressable',

0 commit comments

Comments
 (0)