AulaComponentes.UITests.Tests.ViewIsDisplayed C# (CSharp) Method

ViewIsDisplayed() private method

private ViewIsDisplayed ( ) : void
return void
        public void ViewIsDisplayed()
        {
            AppResult[] results = app.WaitForElement(c => c.Child("UIView"));
            app.Screenshot("First screen.");

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