Skip to content

Commit

Permalink
Added assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Bäriswyl Roman committed Feb 8, 2018
1 parent 95bf226 commit c95d344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FlaUI.Core.UITests/Elements/ComboBoxTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public ComboBoxTests(AutomationType automationType, TestApplicationType appType)
public void TestOneTimeSetup()
{
_mainWindow = App.GetMainWindow(Automation);
Assert.That(_mainWindow, Is.Not.Null);
}

[Test]
Expand Down

0 comments on commit c95d344

Please sign in to comment.