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] Enabling ported UITests from Xamarin.UITests to Appium - 14 #25989

Open anandhan-rajagopal opened 3 days ago

anandhan-rajagopal commented 3 days ago

Description of Change

This PR focuses on re-enabling and updating following tests from the Xamarin.UITest framework to be compatible with Appium. The tests, previously commented out, are reviewed, and modified to ensure they are functional with the Appium framework. We are going to enable tests in blocks in different PRs. This is the 14th group of tests enabled.

Additionally, we removed a duplicate UI test, specifically Issue1023, which was redundant with Issue1023_Forms.

Add TapBackArrow and TapMoreButton Helper Methods

Description

This PR introduces new helper methods in the HelperExtensions class to simplify common UI interactions across different platforms:

  1. TapBackArrow: Navigates back in the application by simulating a tap on the platform-specific back navigation button.
  2. TapMoreButton: Taps the "More" button in the app, with platform-specific logic for Android and Windows.

TestCases

rmarinho commented 2 days ago

/rebase

rmarinho commented 2 days ago

/azp run

azure-pipelines[bot] commented 2 days ago
Azure Pipelines successfully started running 3 pipeline(s).
jsuarezruiz commented 1 day ago

/azp run

azure-pipelines[bot] commented 1 day ago
Azure Pipelines successfully started running 3 pipeline(s).