Skip to content

Commit d42c1b7

Browse files
Modified the test
1 parent c1cd54a commit d42c1b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
[Issue(IssueTracker.Github, 34611, "Entry and Editor BackgroundColor not reset to Null", PlatformAffected.iOS | PlatformAffected.macOS)]
44
public class Issue34611 : TestContentPage
55
{
6-
UITestEntry _entry;
7-
UITestEditor _editor;
6+
Entry _entry;
7+
Editor _editor;
88

99
protected override void Init()
1010
{
1111
Title = "Issue34611";
1212

13-
_entry = new UITestEntry
13+
_entry = new Entry
1414
{
1515
AutomationId = "TestEntry",
1616
Text = "Entry background should reset",
1717
Placeholder = "Entry"
1818
};
1919

20-
_editor = new UITestEditor
20+
_editor = new Editor
2121
{
2222
AutomationId = "TestEditor",
2323
Text = "Editor background should reset",

0 commit comments

Comments
 (0)