Example #1
0
        public void WhenISelectUnserOwner(string properties)
        {
            DashboardPage dashboardPage = new DashboardPage();

            dashboardPage.SelectPropertiesUnderOwner(properties);
        }
Example #2
0
        public void WhenIHaveEnteredInToTheSearchBoxAndIPressTheSearchButton(string inputSearch)
        {
            DashboardPage dashboardPage = new DashboardPage();

            Assert.NotNull(dashboardPage.Search(inputSearch));
        }