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
|
|
|
@ -137,7 +137,7 @@ namespace Avalonia.IntegrationTests.Appium |
|
|
|
{ |
|
|
|
var mainWindow = _session.FindElementByAccessibilityId("MainWindow"); |
|
|
|
|
|
|
|
using (OpenWindow(new PixelSize(1400, 100), ShowWindowMode.NonOwned, WindowStartupLocation.Manual)) |
|
|
|
using (OpenWindow(new PixelSize(800, 100), ShowWindowMode.NonOwned, WindowStartupLocation.Manual)) |
|
|
|
{ |
|
|
|
mainWindow.Click(); |
|
|
|
|
|
|
|
|