void VerifyComboBoxVisibility(Visibility expected) { Verify.AreEqual(expected.ToString(), elements.GetComboBoxVisibilityTextBlock().GetText()); }