Ejemplo n.º 1
0
        public void TCID2()
        {
            ContactUsPage contactUsPage = new ContactUsPage(Driver);

            contactUsPage.GoTo();
            Assert.IsTrue(contactUsPage.IsLoaded);
        }
Ejemplo n.º 2
0
        public void TCID2()
        {
            ContactUsPage contactUsPage = new ContactUsPage(Driver);

            contactUsPage.GoTo();
            Assert.IsTrue(contactUsPage.IsLoaded,
                          "The contact us page did not open successfully.");
        }
        public void TCID2()
        {
            ContactUsPage contactUsPg = new ContactUsPage(Driver);

            contactUsPg.GoTo();
            Assert.IsTrue(contactUsPg.IsLoaded,
                          "The Contact us page did not load successfully");
        }