File tree Expand file tree Collapse file tree 4 files changed +3
-38
lines changed
TestApplications/WpfTestApplication Expand file tree Collapse file tree 4 files changed +3
-38
lines changed Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3-
4- namespace WpfTestApplication
1+ namespace WpfTestApplication
52{
63 public class TestItem
74 {
Original file line number Diff line number Diff line change 123123 <Compile Include =" Scenarios\HorizontalGridSplitter.xaml.cs" >
124124 <DependentUpon >HorizontalGridSplitter.xaml</DependentUpon >
125125 </Compile >
126- <Compile Include =" HelpClasses .cs" />
126+ <Compile Include =" TestItem .cs" />
127127 <Compile Include =" ListControls.xaml.cs" >
128128 <DependentUpon >ListControls.xaml</DependentUpon >
129129 </Compile >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ void ClickButtonOnMessageBox()
2222 {
2323 MainWindow . Get < Button > ( "OpenMessageBox" ) . Click ( ) ;
2424 Window messageBox = MainWindow . MessageBox ( "Test message box" ) ;
25- messageBox . Get < Button > ( SearchCriteria . ByText ( "OK ") ) . Click ( ) ;
25+ messageBox . Get < Button > ( SearchCriteria . ByAutomationId ( "2 ") ) . Click ( ) ;
2626 }
2727
2828 void ThrowsWhenNotFound ( )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments