Skip to content

Commit 67bffbd

Browse files
Copilotanupriya13
andcommitted
Add TODO comments for remaining fast refresh tests that require additional test components
Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com>
1 parent ff5698e commit 67bffbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,11 @@ describe('Pressable Tests', () => {
451451
},
452452
);
453453
});
454+
// TODO: Add fast refresh tests once test components are available
455+
// These tests would require components with buttons/toggles to change properties at runtime:
456+
// - Pressable should update border styling upon fast refresh
457+
// - Pressable should update children upon fast refresh
458+
// - Pressable should update disabled styling upon fast refresh
454459
test('Pressables can have advanced borders', async () => {
455460
const component = await app.findElementByTestID(
456461
'advanced_borders_pressable',

0 commit comments

Comments
 (0)