diff --git a/src/modules/Hosts/Hosts.UITests/HostsSettingTests.cs b/src/modules/Hosts/Hosts.UITests/HostsSettingTests.cs index a9e7577452a4..ce56fe640b0d 100644 --- a/src/modules/Hosts/Hosts.UITests/HostsSettingTests.cs +++ b/src/modules/Hosts/Hosts.UITests/HostsSettingTests.cs @@ -79,8 +79,7 @@ public void TestWarningDialog() Assert.IsTrue(this.FindAll("Warning").Count == 0, "Should not show warning dialog"); // Host Editor Window should not be closed - Assert.IsFalse(this.IsHostsFileEditorClosed(), "Hosts File Editor should be closed"); - + Assert.IsFalse(this.IsHostsFileEditorClosed(), "Hosts File Editor should NOT be closed"); // Close Hosts File Editor window this.Session.Find("Hosts File Editor").Close();