Browse Source
Merge pull request #8710 from AvaloniaUI/fixes/osx-integration-test-reliability
fix reliability issue in osx window state test.
pull/8715/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
2 additions and
1 deletions
-
tests/Avalonia.IntegrationTests.Appium/WindowTests.cs
|
|
|
@ -92,7 +92,8 @@ namespace Avalonia.IntegrationTests.Appium |
|
|
|
Assert.True(clientSize.Width >= current.ScreenRect.Width); |
|
|
|
Assert.True(clientSize.Height >= current.ScreenRect.Height); |
|
|
|
|
|
|
|
windowState.Click(); |
|
|
|
windowState.SendClick(); |
|
|
|
|
|
|
|
_session.FindElementByName("Normal").SendClick(); |
|
|
|
|
|
|
|
current = GetWindowInfo(); |
|
|
|
|