Skip to content

Commit

Permalink
[Settings.UI.UnitTests][FancyZones] Uncomment test in CI (#14230)
Browse files Browse the repository at this point in the history
* uncomment test

* fix typo
  • Loading branch information
SeraphimaZykova committed Nov 3, 2021
1 parent 9ca32aa commit 3ead98a
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,7 @@ public void FlashZonesOnQuickSwitchShouldSetValue2FalseWhenSuccessful()
Assert.AreEqual(expected, actual);
}

/*
* Temporarily commented out
*
[TestMethod]
[TestMethod]
public void MakeDraggedWindowsTransparentShouldSetValue2TrueWhenSuccessful()
{
Mock<SettingsUtils> mockSettingsUtils = new Mock<SettingsUtils>();
Expand All @@ -247,9 +244,9 @@ public void MakeDraggedWindowsTransparentShouldSetValue2TrueWhenSuccessful()

// assert
var expected = viewModel.MakeDraggedWindowsTransparent;
var actual = SettingsRepository<FancyZonesSettings>.GetInstance(mockFancyZonesSettingsUtils.Object).SettingsConfig.Properties.FancyzonesShiftDrag.Value;
var actual = SettingsRepository<FancyZonesSettings>.GetInstance(mockFancyZonesSettingsUtils.Object).SettingsConfig.Properties.FancyzonesMakeDraggedWindowTransparent.Value;
Assert.AreEqual(expected, actual);
}*/
}

[TestMethod]
public void MouseSwitchShouldSetValue2TrueWhenSuccessful()
Expand Down

0 comments on commit 3ead98a

Please sign in to comment.