Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Corsaro authored and PureWeen committed Dec 19, 2024
1 parent c08dd8e commit 718aaae
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 718aaae

Please sign in to comment.