diff --git a/src/modules/fancyzones/UITests-FancyZones/LayoutApplyHotKeyTests.cs b/src/modules/fancyzones/UITests-FancyZones/LayoutApplyHotKeyTests.cs index 397d3c411d..c69ed347fb 100644 --- a/src/modules/fancyzones/UITests-FancyZones/LayoutApplyHotKeyTests.cs +++ b/src/modules/fancyzones/UITests-FancyZones/LayoutApplyHotKeyTests.cs @@ -419,21 +419,21 @@ namespace Microsoft.FancyZones.UITests SendKeys(Key.Win, Key.Ctrl, Key.Alt, Key.Num0); this.AttachFancyZonesEditor(); var element = this.Find("Grid custom layout"); - Assert.IsFalse(element.Selected, $"{element.Selected} Grid custom layout is not visible"); + Assert.IsTrue(element.Selected, $"{element.Selected} Grid custom layout is not visible"); this.CloseFancyZonesEditor(); this.AttachPowertoySetting(); SendKeys(Key.Win, Key.Ctrl, Key.Alt, Key.Num1); this.AttachFancyZonesEditor(); element = this.Find("Grid-9"); - Assert.IsFalse(element.Selected, $"{element.Selected} Grid-9 is not visible"); + Assert.IsTrue(element.Selected, $"{element.Selected} Grid-9 is not visible"); this.CloseFancyZonesEditor(); this.AttachPowertoySetting(); SendKeys(Key.Win, Key.Ctrl, Key.Alt, Key.Num2); this.AttachFancyZonesEditor(); element = this.Find("Canvas custom layout"); - Assert.IsFalse(element.Selected, $"{element.Selected} Canvas custom layout is not visible"); + Assert.IsTrue(element.Selected, $"{element.Selected} Canvas custom layout is not visible"); this.CloseFancyZonesEditor(); this.AttachPowertoySetting(); } @@ -511,6 +511,7 @@ namespace Microsoft.FancyZones.UITests this.Find("Grid custom layout").Click(); this.Find("Grid custom layout").Find