This commit is contained in:
E.Z. Hart 2017-12-29 11:23:05 -07:00
Родитель 245389cbbd
Коммит 647c2198fa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1196DD903A2F7606
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -136,9 +136,8 @@ namespace Xamarin.Forms.Core.UITests
SelectTest("ImageCell Url List");
var scollBounds = App.Query(q => q.Marked("ImageUrlCellListView")).First().Rect;
App.ScrollForElement("* marked:'Detail 200'", new Drag(scollBounds, Drag.Direction.BottomToTop, Drag.DragLength.Medium));
App.ScrollUp();
App.WaitForElement(q => q.Marked("Detail 200"), "Timeout : Detail 200");
App.ScrollForElement("* marked:'Detail 100'", new Drag(scollBounds, Drag.Direction.BottomToTop, Drag.DragLength.Medium));
App.WaitForElement(q => q.Marked("Detail 100"), "Timeout : Detail 100");
App.Screenshot("All ImageCells are present");