Skip to content

Commit 46096ff

Browse files
Anandhan RajagopalLogishaSelvarajSF4525
andauthored
[Testing] Enable Catalyst UI Tests with Screenshot Verification - 2 (#26874)
* 6 issues enable the mac for snapshots * modified issues * updated changes * Update Issue12213.cs * Added mac images and fixed one flaky tests * Added mac image and fix for one flaky test --------- Co-authored-by: LogishaSelvarajSF4525 <logisha.selvaraj@syncfusion.com>
1 parent 2f51dd9 commit 46096ff

27 files changed

+29
-27
lines changed

src/Controls/tests/TestCases.HostApp/Issues/Issue12213.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ protected override void Init()
2929

3030
private void TapGestureRecognizer_Tapped(object sender, TappedEventArgs e)
3131
{
32-
DisplayAlert("Entry", "Tapped", "OK");
32+
Label label = new Label { Text = "Tapped" };
33+
if (Content is Layout layout)
34+
{
35+
layout.Children.Add(label);
36+
}
3337
}
3438
}
3539
}

src/Controls/tests/TestCases.HostApp/Issues/Issue25038.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Maui.Controls.Sample.Issues
22
{
33

4-
[Issue(IssueTracker.Github, 25038, "MAUI Entry in Windows always shows ClearButton if initially hidden and shown even if ClearButtonVisibility set to 'Never'", PlatformAffected.UWP)]
4+
[Issue(IssueTracker.Github, 25038, "MAUI Entry in Windows always shows ClearButton if initially hidden and shown even if ClearButtonVisibility set to Never", PlatformAffected.UWP)]
55
public partial class Issue25038 : ContentPage
66
{
77
public Issue25038()
49.1 KB
Loading
50.1 KB
Loading
49.9 KB
Loading
51.5 KB
Loading
51.2 KB
Loading
45.8 KB
Loading
68.9 KB
Loading

0 commit comments

Comments
 (0)