Browse Source

actually fix the test.

pull/10532/head
Dan Walmsley 4 years ago
parent
commit
3ec8888b5d
  1. 2
      tests/Avalonia.IntegrationTests.Appium/WindowTests.cs

2
tests/Avalonia.IntegrationTests.Appium/WindowTests.cs

@ -151,7 +151,7 @@ namespace Avalonia.IntegrationTests.Appium
using (OpenWindow(new Size(4000, 2200), ShowWindowMode.NonOwned, WindowStartupLocation.Manual))
{
var measuredWithTextBlock = _session.FindElementById("MeasuredWithText");
var screenRectTextBox = _session.FindElementById("CurrentScreenRect");
var screenRectTextBox = _session.FindElementById("CurrentClientSize");
var measuredWithString = measuredWithTextBlock.Text;
var workingAreaString = screenRectTextBox.Text;

Loading…
Cancel
Save