diff --git a/FakeDemo/UITests/Tests.cs b/FakeDemo/UITests/Tests.cs index 58542fb..5fed299 100644 --- a/FakeDemo/UITests/Tests.cs +++ b/FakeDemo/UITests/Tests.cs @@ -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()); }