예제 #1
0
        public void GivenIAmAtTheTMPage()
        {
            homePage.navigateToTM(driver);
            bool isAtTmPage = tmPage.validateAtTmPage();

            Assert.IsTrue(isAtTmPage);
            Console.WriteLine("I am at the TMPage");
        }