dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.04k stars 1.73k forks source link

[Test] Write UITest for MenuFlyoutItem Clicked/Command delegate #20718

Open drasticactions opened 7 months ago

drasticactions commented 7 months ago

Description

This is specifically needed for Catalyst to prevent regressions around this from happening again. In this case, the Selector used to fire the Clicked/Command Delegate was removed because the selector was made "static", which won't work. As far as I can tell, there are no UI Tests specifically invoking the selector, only for the bindings themselves to verify they were attached. So we need a way to invoke the selector to make sure it actually does the command.

https://github.com/dotnet/maui/pull/20699

ghost commented 7 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.