From 1e471171794ad93b1d100f2d3024ef0078a88bab Mon Sep 17 00:00:00 2001 From: Alexander Vakrilov Date: Tue, 26 Sep 2017 09:44:33 +0300 Subject: [PATCH] fix: DatePicker month off by 1 in Android (#4872) --- tests/app/ui/date-picker/date-picker-tests.ts | 18 ++++++++++++++++++ .../ui/date-picker/date-picker.android.ts | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/tests/app/ui/date-picker/date-picker-tests.ts b/tests/app/ui/date-picker/date-picker-tests.ts index d721b94cb..4f07d03c5 100644 --- a/tests/app/ui/date-picker/date-picker-tests.ts +++ b/tests/app/ui/date-picker/date-picker-tests.ts @@ -99,6 +99,24 @@ export class DatePickerTest extends testModule.UITestpicker).listener = listener; return picker; }