Skip to content

Commit

Permalink
Update src/Controls/tests/UITests/Tests/Issues/Issue19329.cs
Browse files Browse the repository at this point in the history
Co-authored-by: MartyIX <203266+MartyIX@users.noreply.github.com>
  • Loading branch information
PureWeen and MartyIX committed Jan 8, 2024
1 parent 8283839 commit 443568a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Controls/tests/UITests/Tests/Issues/Issue19329.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ public Issue19329(TestDevice device) : base(device) { }
[Test]
public void RelativePointerPositionIsComputedCorrectly()
{
IUIElement labelView = App.WaitForElement("TapHere");
Rectangle rect = labelView.GetRect();
_ = App.WaitForElement("TapHere");

App.Click("TapHere");

Expand Down

0 comments on commit 443568a

Please sign in to comment.