Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Jul 29, 2013
1 parent 434083c commit d0b105d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;

namespace WpfTestApplication
namespace WpfTestApplication
{
public class TestItem
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<Compile Include="Scenarios\HorizontalGridSplitter.xaml.cs">
<DependentUpon>HorizontalGridSplitter.xaml</DependentUpon>
</Compile>
<Compile Include="HelpClasses.cs" />
<Compile Include="TestItem.cs" />
<Compile Include="ListControls.xaml.cs">
<DependentUpon>ListControls.xaml</DependentUpon>
</Compile>
Expand Down
2 changes: 1 addition & 1 deletion src/TestStack.White.UITests/MessageBoxTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void ClickButtonOnMessageBox()
{
MainWindow.Get<Button>("OpenMessageBox").Click();
Window messageBox = MainWindow.MessageBox("Test message box");
messageBox.Get<Button>(SearchCriteria.ByText("OK")).Click();
messageBox.Get<Button>(SearchCriteria.ByAutomationId("2")).Click();
}

void ThrowsWhenNotFound()
Expand Down
32 changes: 0 additions & 32 deletions src/TestStack.White.UITests/MessageBoxTest2.cs

This file was deleted.

0 comments on commit d0b105d

Please sign in to comment.