Microsoft/react-native-windows

Add Functional Tests for FlatList Component

Offen

#12.473 geöffnet am 30.11.2023

 (1 Kommentar) (1 Reaktion) (1 zugewiesene Person)C++ (1.134 Forks)batch import
Area: FabricArea: TestsNew ArchitectureWorkstream: Test Coverageenhancementgood first issue

Repository-Metriken

Stars
 (16.129 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Test cases should be added to the E2E test app (Fabric) to validate the following functionality scenarios.

### Tasks
- [ ] FlatList styles should update on fast refresh.
- [ ] FlatList contents should update on fast refresh.
- [ ] FlatList scrolling should update on fast refresh.
- [ ] FlatList footer should update on fast refresh.
- [ ] FlatList header should update on fast refresh.

Contributor Guide