mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
fix pipeline error
This commit is contained in:
@@ -543,7 +543,7 @@ namespace Microsoft.FancyZones.UITests
|
||||
UITestBase.NativeMethods.ChangeDispalyResolution(width, height);
|
||||
this.AttachPowertoySetting();
|
||||
this.AttachFancyZonesEditor();
|
||||
Session.Find<Element>(By.AccessibilityId("Monitors")).Find<Element>("Monitor 1").Find(width + " x " + height);
|
||||
Session.Find<Element>(By.AccessibilityId("Monitors")).Find<Element>("Monitor 1").Find<Element>($"{width} x {height}");
|
||||
this.CloseFancyZonesEditor();
|
||||
UITestBase.NativeMethods.ChangeDispalyResolution(nowWidth, nowHeight);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user