microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.31k stars 1.14k forks source link

Add Tests for Flyout and Popup Launch #11102

Open chiaramooney opened 1 year ago

chiaramooney commented 1 year ago

Summary

We recently had a regression in the behavior of the Flyout component, where the component fired a RedBox error upon attempt to launch the Flyout. This was found during the manual validation of gallery for the v71 release.

Currently, we do not have automated testing to check that Popups and Flyout can successfully launch. These should be added to our test set.

Motivation

Prevent behavior regressions.

Basic Example

No response

Open Questions

No response

TatianaKapos commented 10 months ago

manually validated for 73! would be nice to have these for 74 but not necessary :)

TatianaKapos commented 5 months ago

Costing as 4 days since I'm not sure if our current test structure will support opening and closing another windows. This will require some testing/research on the capabilities of WebDriverIO