We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf799b5 commit df34cd4Copy full SHA for df34cd4
src/modules/fancyzones/FancyZones.UITests/DragWindowTests.cs
@@ -86,6 +86,8 @@ public void TestInitialize()
86
[TestCategory("FancyZones_Dragging #3")]
87
public void TestToggleZonesWithNonPrimaryMouseClick()
88
{
89
+ TestInitialize();
90
+
91
string testCaseName = nameof(TestToggleZonesWithNonPrimaryMouseClick);
92
93
var windowRect = Session.GetMainWindowRect();
0 commit comments