public void WhenISelectUnserOwner(string properties) { DashboardPage dashboardPage = new DashboardPage(); dashboardPage.SelectPropertiesUnderOwner(properties); }
public void WhenIHaveEnteredInToTheSearchBoxAndIPressTheSearchButton(string inputSearch) { DashboardPage dashboardPage = new DashboardPage(); Assert.NotNull(dashboardPage.Search(inputSearch)); }