File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ public void DatePicker_InitialState_VerifyVisualState()
3131#elif IOS
3232 App . WaitForElement ( "Done" ) ;
3333 App . Tap ( "Done" ) ;
34+ #elif WINDOWS
35+ App . Tap ( "25" ) ;
3436#endif
3537 VerifyScreenshot ( ) ;
3638 }
@@ -50,6 +52,8 @@ public void DatePicker_ModifyOldDateAndNewDate_VerifyVisualState()
5052#elif IOS
5153 App . WaitForElement ( "Done" ) ;
5254 App . Tap ( "Done" ) ;
55+ #elif WINDOWS
56+ App . Tap ( "26" ) ;
5357#endif
5458 VerifyScreenshot ( ) ;
5559 }
@@ -76,6 +80,8 @@ public void DatePicker_OldDateAndNewDate_VerifyVisualState()
7680#elif IOS
7781 App . WaitForElement ( "Done" ) ;
7882 App . Tap ( "Done" ) ;
83+ #elif WINDOWS
84+ App . Tap ( "27" ) ;
7985#endif
8086 VerifyScreenshot ( ) ;
8187 }
You can’t perform that action at this time.
0 commit comments