Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Corsaro committed Dec 10, 2024
1 parent 79248e9 commit 42b33a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public Issue26466(TestDevice testDevice) : base(testDevice)

[Test]
[Category(UITestCategories.Button)]
public async Task SwitchColorTest()
public async Task ButtonReleasedTest()
{
App.WaitForElement(ButtonId);
App.ClickPress(ButtonId);
Expand Down

0 comments on commit 42b33a3

Please sign in to comment.