Skip to content

Commit

Permalink
Fix UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwood803 committed Oct 10, 2015
1 parent d47772f commit 42f535a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FakeDemo/UITests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void BeforeEachTest()
[Test]
public void WelcomeTextIsDisplayed()
{
AppResult[] results = app.WaitForElement(c => c.Marked("Welcome to Xamarin Forms!"));
AppResult[] results = app.WaitForElement(c => c.Marked("Built using FAKE!"));

Assert.IsTrue(results.Any());
}
Expand Down

0 comments on commit 42f535a

Please sign in to comment.