зеркало из https://github.com/DeGsoft/maui-linux.git
Fix UITest for b#42832 (#471)
This commit is contained in:
Родитель
aa969f3fc2
Коммит
a047ab48fa
|
@ -45,11 +45,10 @@ namespace Xamarin.Forms.Controls.Issues
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if UITEST
|
#if UITEST && __ANDROID__
|
||||||
[Test]
|
[Test]
|
||||||
public void ContextActionsScrollNRE()
|
public void ContextActionsScrollNRE()
|
||||||
{
|
{
|
||||||
// mark is an icon on android
|
|
||||||
RunningApp.TouchAndHold(q => q.Marked("Item #0"));
|
RunningApp.TouchAndHold(q => q.Marked("Item #0"));
|
||||||
RunningApp.WaitForElement(q => q.Marked("Test Item"));
|
RunningApp.WaitForElement(q => q.Marked("Test Item"));
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче