public void ClickAndVerifyInboxOpens(Toolbar toolbar) { toolbar.ClickInbox(); test.Log(LogStatus.Pass, "Click the Inbox button"); Assert.IsTrue(toolbar.InboxIsDisplayed(), "The inbox did not open"); test.Log(LogStatus.Pass, "The inbox opened"); }