Exemplo n.º 1
0
        public void GoToCurrentWeatherTabTest()
        {
            var locationPageObject = new LocationPageObject(App);
            var currentWeatherPage = locationPageObject.TapCurrentWeatherTab();

            Assert.False(currentWeatherPage.IsWeatherDataDisplayed(""));
        }