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.26k stars 1.76k forks source link

[Testing] Adding an UITest to validate Editor width using a custom style from PlatformView #25980

Open jsuarezruiz opened 2 days ago

jsuarezruiz commented 2 days ago

Description of Change

The behavior using an Editor with a custom style from the PlatformView is the expected one in main, so this PR just adds a test to validate the scenario.

Issues Fixed

Related with #25684