зеркало из https://github.com/DeGsoft/maui-linux.git
Fix broken cell image test
This commit is contained in:
Родитель
245389cbbd
Коммит
647c2198fa
|
@ -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");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче