зеркало из https://github.com/DeGsoft/maui-linux.git
Update Issue4187.cs (#7087)
This commit is contained in:
Родитель
2cbd1f008b
Коммит
8227ac5347
|
@ -189,7 +189,7 @@ namespace Xamarin.Forms.Controls.Issues
|
|||
|
||||
bool DialogIsOpened()
|
||||
{
|
||||
Thread.Sleep(1500);
|
||||
RunningApp.WaitForElement(q => q.Class("FrameLayout"));
|
||||
var frameLayouts = RunningApp.Query(q => q.Class("FrameLayout"));
|
||||
foreach (var layout in frameLayouts)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче