Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Testing] Enabling more UI Tests by removing platform specific condition - 10 #27751

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nivetha-nagalingam
Copy link
Contributor

Description of Change

The tests, previously added for specific platforms alone, now we are reviewed, and enabled the tests in all applicable platforms with the Appium framework.We are going to enable tests in blocks in different PRs. This is the 10th group of tests enabled.

TestCases

  • Issue20920
  • Issue21368
  • Issue22000
  • Issue22306
  • Issue22306_2
  • Issue22306_3
  • Issue22853
  • Issue5191

Fixes #22902

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Feb 12, 2025
Copy link
Contributor

Hey there @nivetha-nagalingam! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service dotnet-policy-service bot added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Feb 12, 2025
@nivetha-nagalingam nivetha-nagalingam added the area-testing Unit tests, device tests label Feb 12, 2025
@@ -1,4 +1,4 @@
#if ANDROID
#if TEST_FAILS_ON_IOS // On iOS, the ScrollDown functionality for images is not working.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the issue?, not doing anything?, cannot find the element?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue was related to the values for the scroll down functionality. Once I adjusted these values, the scroll started working fine. I have made the changes in the latest merge commit. Please review and share any concerns.

@@ -1,4 +1,4 @@
#if ANDROID
#if TEST_FAILS_ON_CATALYST //DragCoordinates doesn't working on the MacCatalyst platform.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be possible after merge #27339

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it will be possible after the merge of #27339

@rmarinho
Copy link
Member

/rebase

@github-actions github-actions bot force-pushed the enabled-platform-specific-testcases-1202 branch from 8d1bf5c to 1e99c34 Compare February 12, 2025 19:36
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing Unit tests, device tests community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TEST] Review all (UI) Tests and remove platform-specific runs where possible
3 participants