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:
TapBackArrow: Navigates back in the application by simulating a tap on the platform-specific back navigation button.
TapMoreButton: Taps the "More" button in the app, with platform-specific logic for Android and Windows.
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:TapBackArrow
: Navigates back in the application by simulating a tap on the platform-specific back navigation button.TapMoreButton
: Taps the "More" button in the app, with platform-specific logic for Android and Windows.TestCases