diff --git a/src/TestStack.White.UITests/AutomationElementSearch/AutomationSearchConditionTests.cs b/src/TestStack.White.UITests/AutomationElementSearch/AutomationSearchConditionTests.cs new file mode 100644 index 00000000..3f05651d --- /dev/null +++ b/src/TestStack.White.UITests/AutomationElementSearch/AutomationSearchConditionTests.cs @@ -0,0 +1,155 @@ +using NUnit.Framework; +using System.Windows.Automation; +using TestStack.White.AutomationElementSearch; +using TestStack.White.UIItems; +using TestStack.White.UIItems.ListBoxItems; + +namespace TestStack.White.UITests.AutomationElementSearch +{ + [TestFixture(WindowsFramework.WinForms)] + [TestFixture(WindowsFramework.Wpf)] + public class AutomationSearchConditionTests : WhiteUITestBase + { + public AutomationSearchConditionTests(WindowsFramework framework) + : base(framework) + { + } + + [Test] + public void BothOrConditionsAreFalseTest() + { + var button = MainWindow.Get