Exemplo n.º 1
0
        public void SwipeToCurrentWeatherTabTest()
        {
            if (OniOS)
            {
                Assert.Ignore("Tabbed Page does not support swiping for iOS.");
            }

            var locationPageObject = new LocationPageObject(App);
            var currentWeatherPage = locationPageObject.SwipeToCurrentWeatherTab();

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