Browse Source
Merge pull request #9228 from AvaloniaUI/integration-test-reliability
try and make test more reliable.
pull/9231/head
Dan Walmsley
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/Avalonia.IntegrationTests.Appium/WindowTests_MacOS.cs
|
|
|
@ -109,7 +109,7 @@ namespace Avalonia.IntegrationTests.Appium |
|
|
|
|
|
|
|
using (OpenWindow(new PixelSize(200, 100), ShowWindowMode.Owned, WindowStartupLocation.Manual)) |
|
|
|
{ |
|
|
|
mainWindow.Click(); |
|
|
|
mainWindow.SendClick(); |
|
|
|
var secondaryWindowIndex = GetWindowOrder("SecondaryWindow"); |
|
|
|
Assert.Equal(1, secondaryWindowIndex); |
|
|
|
} |
|
|
|
|