Skip to content

Commit

Permalink
Added a test category
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed Jul 20, 2024
1 parent b5ed9b1 commit e12e889
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public Issue22042(TestDevice device) : base(device)
public override string Issue => "[Android] Border Stroke GradiantBrush can only switch to another gradiantbrush";

[Test]
[Category(UITestCategories.Border)]
public void BorderCollorShouldChange()
{
this.IgnoreIfPlatforms(new TestDevice[] { TestDevice.iOS, TestDevice.Mac, TestDevice.Windows });
Expand Down

0 comments on commit e12e889

Please sign in to comment.