Skip to content

Commit 04ce3d3

Browse files
committed
Added a test category
1 parent 43969ba commit 04ce3d3

File tree

1 file changed

+1
-0
lines changed
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

1 file changed

+1
-0
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue23325.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public Issue23325(TestDevice device) : base(device)
1414
public override string Issue => "Setting background color on the Searchbar does nothing";
1515

1616
[Test]
17+
[Category(UITestCategories.SearchBar)]
1718
public void Issue23325Test()
1819
{
1920
App.WaitForElement("label");

0 commit comments

Comments
 (0)