Skip to content

Commit 828f980

Browse files
TamilarasanSF4853jsuarezruiz
authored andcommitted
added new test case code
1 parent b0e8910 commit 828f980

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/DatePickerFeatureTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)