Skip to content

Commit

Permalink
Update Issue16386.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Jan 18, 2024
1 parent 9cf64c7 commit 2ecd219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/tests/UITests/Tests/Issues/Issue16386.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ public Issue16386(TestDevice device)
[Test]
public void HittingEnterKeySendsDone()
{
App.Click("HardwareEnterKeyEntry");
this.IgnoreIfPlatforms(new[]
{
TestDevice.Mac,
TestDevice.iOS,
TestDevice.Windows,
});

App.Click("HardwareEnterKeyEntry");
App.SendKeys(66);
App.WaitForElement("Success");
}
Expand Down

0 comments on commit 2ecd219

Please sign in to comment.