Beispiel #1
0
        public void GivenIHaveRedirectedToTheDashboardPage()
        {
            String currentPageTitle   = OwnerProperty_Menu.Can_getAfterLogin_pageTitle();
            String dashboardPageTitle = "Dashboard";

            Assert.AreEqual(dashboardPageTitle, currentPageTitle);
        }
Beispiel #2
0
        public void ThenIShouldHaveRedirectedToTheMyPropertiesPage()
        {
            String actualPageTitle   = OwnerProperty_Menu.Check_MyProperty_Title();
            String expectedPageTitle = "Properties | Property Community";

            Assert.AreEqual(expectedPageTitle, actualPageTitle);
            OwnerProperty_Menu.CloseBrowser();
        }
 public void GivenIHaveRedirectedToThePropertyPage()
 {
     OwnerProperty_Menu.Can_getAfterLogin_pageTitle();
     OwnerProperty_Menu.Can_Goto_MyProperty();
     OwnerProperty_Menu.Check_MyProperty_Title();
 }
Beispiel #4
0
 public void WhenIClickOnOwnerAndThenPropertiesMenu()
 {
     OwnerProperty_Menu.Can_Goto_MyProperty();
 }
Beispiel #5
0
 public void GivenIHaveLoginSuccessfullyUsingPropertyOwnerCredentials()
 {
     OwnerProperty_Menu.Can_Do_Login();
 }