Ejemplo n.º 1
0
        public void WhenUserClicksOnTheDeletePropertyButtonInThePropertyPage()
        {
            //create the object of the OwnersPage
            OwnersPage PageOwners = new OwnersPage();

            PageOwners.clickDeleteProperty();
            System.Threading.Thread.Sleep(3000);
        }
        public void WhenUserClicksOnTheDeletePropertyButtonInThePropertyPage()
        {
            // Creates a toggle for the given test, adds all log events under it
            test = extent.StartTest("Delete a Property");


            //create the object of the CommonPage
            CommonPage pageproperties = new CommonPage();

            pageproperties.clickOwners();

            //create the object of the OwnersPage
            OwnersPage PageOwners = new OwnersPage();

            PageOwners.clickDeleteProperty();
            System.Threading.Thread.Sleep(3000);
        }