From bd132d9b4029fffbdb5a5e3a903b3f3bd4a915a2 Mon Sep 17 00:00:00 2001 From: Gordon Lam <73506701+yeelam-gordon@users.noreply.github.com> Date: Mon, 7 Jul 2025 02:34:57 -0700 Subject: [PATCH] Fix 6 UI Automation on FanzyZone given there is renamed in Setting UI. (#40434) ## Summary of the Pull Request It has renamed on the "Make dragged window transparent" => "Make the dragged window transparent" ## PR Checklist Kicked off UI automation pipeline https://microsoft.visualstudio.com/Dart/_build/results?buildId=125833108&view=ms.vss-test-web.build-test-results-tab&runId=924788779&resultId=100072&paneView=debug No more failure on FancyZone --- src/modules/fancyzones/UITests-FancyZones/DragWindowTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fancyzones/UITests-FancyZones/DragWindowTests.cs b/src/modules/fancyzones/UITests-FancyZones/DragWindowTests.cs index 61d88e2121..1c86385b22 100644 --- a/src/modules/fancyzones/UITests-FancyZones/DragWindowTests.cs +++ b/src/modules/fancyzones/UITests-FancyZones/DragWindowTests.cs @@ -615,7 +615,7 @@ namespace UITests_FancyZones // test settings Microsoft.PowerToys.UITest.CheckBox useShiftCheckBox = this.Find("Hold Shift key to activate zones while dragging a window"); Microsoft.PowerToys.UITest.CheckBox useNonPrimaryMouseCheckBox = this.Find("Use a non-primary mouse button to toggle zone activation"); - Microsoft.PowerToys.UITest.CheckBox makeDraggedWindowTransparent = this.Find("Make dragged window transparent"); + Microsoft.PowerToys.UITest.CheckBox makeDraggedWindowTransparent = this.Find("Make the dragged window transparent"); Find("Show zone number").SetCheck(false, 100); Find("Opacity (%)").QuickSetValue(100); // make highlight color visible with opacity 100