Skip to content

Commit

Permalink
Updated a Ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed Aug 4, 2024
1 parent 86046b1 commit 8e3eb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
using Microsoft.Maui.Controls;
using Microsoft.Maui.Controls.Xaml;
using Microsoft.Maui.Graphics;

namespace Maui.Controls.Sample.Issues;

[XamlCompilation(XamlCompilationOptions.Compile)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UITest.Appium;
using UITest.Core;

namespace Microsoft.Maui.AppiumTests.Issues
namespace Microsoft.Maui.TestCases.Tests.Issues
{
public class Issue22042 : _IssuesUITest
{
Expand All @@ -14,10 +14,8 @@ public Issue22042(TestDevice device) : base(device)

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

App.WaitForElement("border");

//Applies a gradient
Expand Down

0 comments on commit 8e3eb17

Please sign in to comment.