Microsoft/react-native-windows

Add Functional Tests for Button Component

Open

#12.459 geöffnet am 29. Nov. 2023

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (1 zugewiesene Person)C# (6.114 Stars) (544 Forks)batch import
Area: FabricArea: TestsNew ArchitectureWorkstream: Test Coverageenhancementgood first issue

Beschreibung

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

### Tasks
- [ ] Button text should update on fast refresh.
- [ ] Button color should update on fast refresh.
- [ ] Button disabled status should update on fast refresh.
- [ ] Button should update relevant styling upon press.
- [x] Button should perform action onPress
- [x] Button should not perform action onPress when disabled.

Contributor Guide