react-native-macos/RNTester/e2e
Mike Grabowski 8270de9c2c Fix DatePickerIOS e2e tests (#23861)
Summary:
DatePickerIOS tests stopped working after US changed their time zone on CircleCI. I decided to update the tests to be more reliable, by:
- removing "timezoneoffset" from the examples - I don't think it's needed. We don't demonstrate other props and it was causing us some troubles when timezones actually changed
- changing "interval" example from "time-only" to "datetime" because there's a known bug that prevented the previous example from working https://github.com/facebook/react-native/issues/9566
- splitting the label to two: one for date and other one for time, so that we can match the date only when we test "date" mode only

[IOS] [FIXED] - Improved reliability of DatePickerIOS e2e tests
Pull Request resolved: https://github.com/facebook/react-native/pull/23861

Differential Revision: D14434324

Pulled By: cpojer

fbshipit-source-id: 0f82b7e94bb1cb6ce75b44badd0064d1754370b9
2019-03-12 18:35:02 -07:00
..
__tests__ Fix DatePickerIOS e2e tests (#23861) 2019-03-12 18:35:02 -07:00
config.json Fix E2E warnings (#22621) 2018-12-14 12:45:24 -08:00
e2e-helpers.js Add filtering to e2e tests (#22828) 2018-12-31 04:33:49 -08:00
test-init.js Make RNTester build and pass again (#22468) 2018-11-30 18:30:39 -08:00