Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit accf975

Browse files
committed
Make test test the thing it thinks it's testing
1 parent d5f2d35 commit accf975

File tree

1 file changed

+2
-1
lines changed
  • Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared

1 file changed

+2
-1
lines changed

Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue7823.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ public class Issue7823 : TestContentPage
2121
const string GetClipChildren = "getClipChildren";
2222
const string GetClipBounds = "getClipBounds";
2323
const string SetClipBounds = "SetClipBounds";
24-
const string SecondaryFrame = "Secondary Frame";
24+
const string SecondaryFrame = "SecondaryFrame";
2525
const string RootFrame = "Root Frame";
2626
const string BoxView = "Box View";
2727

2828
protected override void Init()
2929
{
3030
var frameClippedToBounds = new Frame
3131
{
32+
IsClippedToBounds = true,
3233
AutomationId = SecondaryFrame,
3334
CornerRadius = 10,
3435
BackgroundColor = Color.Blue,

0 commit comments

Comments
 (0)