Exemplo n.º 1
0
        private LocationPageObject EnterLocation(string location)
        {
            var locationPageObject = new LocationPageObject(App);

            Assert.False(locationPageObject.IsSearchButtonEnabled());
            locationPageObject.EnterLocation(location);
            Assert.True(locationPageObject.IsSearchButtonEnabled());
            return(locationPageObject);
        }