Example #1
0
        public void ThenIShouldHaveRedirectedToTheMyPropertiesPage()
        {
            String actualPageTitle   = MyPropertyPage.Check_MyProperty_Title();
            String expectedPageTitle = "Properties | Property Community";

            Assert.Equal(expectedPageTitle, actualPageTitle);
            MyPropertyPage.CloseBrowser();
        }