[UITesting, Catalyst] Fixed DragAndDropUITests to be more reliable#25146
Merged
Conversation
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
|
/rebase |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
jsuarezruiz
approved these changes
Oct 28, 2024
jfversluis
previously approved these changes
Oct 29, 2024
rmarinho
previously approved these changes
Oct 29, 2024
Member
|
/rebase |
|
Azure Pipelines successfully started running 3 pipeline(s). |
PureWeen
previously requested changes
Oct 30, 2024
PureWeen
left a comment
Member
There was a problem hiding this comment.
DropEventCoordinates is failing
auto-merge was automatically disabled
November 1, 2024 07:50
Head branch was pushed to by a user without write access
5e485b9
Contributor
|
@PureWeen , @jsuarezruiz |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
|
/rebase |
5e485b9 to
67b9b6e
Compare
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
|
/rebase |
bef175d to
1e60480
Compare
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
|
@NirmalKumarYuvaraj Could you rebase and fix the conflict? Thanks in advance. |
…o fix-24914 # Conflicts: # src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
jsuarezruiz
approved these changes
Nov 26, 2024
Member
|
/rebase |
Member
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description of changes
Developed separate test cases for the DragAndDropBetweenLayouts functionality, each covering individual drag-and-drop operations.
Validated the behaviour in the following platforms
Issues Fixed
Fixes #24914