-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
We are facing problem with the EmptyView(null ItemsSource) elements in .NET MAUI applications on Windows platform. These EmptyView elements are neither accessible nor interactable when using Appium for automation testing.
Steps to Reproduce
-
Run the following test case from the HostApp. (https://github.com/dotnet/maui/blob/main/src/Controls/tests/TestCases.Shared.Tests/Tests/CollectionView/CollectionViewUITests.EmptyView.cs)
-
Set up Appium for Windows automation.
-
Attempt to locate and interact with EmptyView(null ItemsSource) elements using Appium.
-
Observe that Appium cannot access or interact with these elements.
Expected Behavior: Appium should be able to detect, interact with, and trigger EmptyView(null ItemsSource) elements in .NET MAUI applications on Windows platform, allowing for comprehensive automated testing of these UI elements.
Actual Behavior: Appium is unable to access or interact with EmptyView(null ItemsSource) elements. This prevents automated testing of functionality related to these menu items and creates a gap in our test coverage.
Impact: This issue significantly hampers our ability to perform thorough automated UI testing on Windows platform, potentially leading to reduced test coverage and increased manual testing efforts.
Link to public reproduction project repository
No response
Version with bug
9.0.40 SR4
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
