Skip to content

Commit

Permalink
chore: Initial screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Jul 10, 2024
1 parent f074522 commit 7c42868
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ public void TestTextBoxTap()
private void TestButtonReleasedOutState(string target, params string[] expectedStates)
{
Run("UITests.Shared.Windows_UI_Input.VisualStatesTests.Buttons");

TakeScreenshot("TestButtonReleasedOutState_Initial");

TestVisualTests(target, ReleaseOut, true, expectedStates);
}

Expand Down

0 comments on commit 7c42868

Please sign in to comment.