Skip to content

Commit

Permalink
Fixed the build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz authored and rmarinho committed Oct 10, 2024
1 parent eb8d690 commit 3dc54e7
Showing 1 changed file with 2 additions and 2 deletions.
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 Issue12429 : _IssuesUITest
{
Expand All @@ -11,7 +11,7 @@ public class Issue12429 : _IssuesUITest
public Issue12429(TestDevice device) : base(device)
{ }

[Test]
[Test]
public async Task HeaderShouldNotCollapseWithItems()
{
App.WaitForElement("button");
Expand Down

0 comments on commit 3dc54e7

Please sign in to comment.