[TEST] Review all (UI) Tests and remove platform-specific runs where possible #22902
Labels
area-testing
Unit tests, device tests
partner/syncfusion
Issues / PR's with Syncfusion collaboration
s/triaged
Issue has been reviewed
t/housekeeping ♻︎
Task
neither bug nor feature but something that needs to be done in support of either
Milestone
A lot of (UI) tests have compiler directives (
#if ANDROID
) that make the test only run on a specific platform.Where possible we should remove those and just let them run for all platforms. Typically a test should be able to run on all platforms and verify the result, that way we will have coverage for a certain functionality across all operating systems we support.
This is regardless of the fact that a bug only appeared on one platform. We want to make sure that it also never happens on other platforms.
Context: #22526 (comment)
The text was updated successfully, but these errors were encountered: