-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Testing] Enabling ported UITests from Xamarin.UITests to Appium - 20 (…
…#26142) * Enabled 20th set UITests Migration (#17) * Migrated Appium for the Issues : Issue2927, Bugzilla26171 , Issue8279 , Issue8291 and Issue8461 * Updated the migrated code changes * Updated the migrated test result files * reverted unwanted changes * Updated the fieldname * Updated the comments --------- Co-authored-by: Harish <harish.kumar@syncfusion.com> * Resolved the CI failure --------- Co-authored-by: Harish <harish.kumar@syncfusion.com>
- Loading branch information
1 parent
6cd3d86
commit 0ec304f
Showing
9 changed files
with
172 additions
and
146 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
14 changes: 8 additions & 6 deletions
14
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla26171.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
/*using NUnit.Framework; | ||
#if TEST_FAILS_ON_WINDOWS //Maps control is not supported on Windows platform. | ||
using NUnit.Framework; | ||
using UITest.Appium; | ||
using UITest.Core; | ||
|
||
namespace Microsoft.Maui.TestCases.Tests.Issues; | ||
|
||
public class Bugzilla26171 : _IssuesUITest | ||
{ | ||
public Bugzilla26171(TestDevice testDevice) : base(testDevice) | ||
{ | ||
} | ||
public Bugzilla26171(TestDevice testDevice) : base(testDevice) | ||
{ | ||
} | ||
|
||
public override string Issue => "Microsoft.Maui.Controls.Maps is not updating VisibleRegion property when layout is changed"; | ||
public override string Issue => "Microsoft.Maui.Controls.Maps is not updating VisibleRegion property when layout is changed"; | ||
|
||
[Test] | ||
[Category(UITestCategories.Maps)] | ||
public void Bugzilla26171Test() | ||
{ | ||
App.WaitForElement("lblValue"); | ||
} | ||
}*/ | ||
} | ||
#endif |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.