Skip to content

Commit

Permalink
fix: ios detox date picker test (#26111)
Browse files Browse the repository at this point in the history
Summary:
iOS e2e tests using Detox are failing on CI:
https://circleci.com/gh/facebook/react-native/107417#tests/containers/0
https://circleci.com/gh/facebook/react-native/107390

## Changelog

[INTERNAL] [FIXED] - Date Picker iOS test
Pull Request resolved: #26111

Test Plan: ` yarn build-ios-e2e && yarn test-ios-e2e`

Reviewed By: rubennorte

Differential Revision: D17093319

Pulled By: osdnk

fbshipit-source-id: fedf45aa85c1ddfe2dfdf669b5248d1393771958
  • Loading branch information
henrymoulton authored and facebook-github-bot committed Aug 30, 2019
1 parent a939f8b commit 1c27552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNTester/e2e/__tests__/DatePickerIOS-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('DatePickerIOS', () => {
await testElement.setColumnToValue(2, '10');
await testElement.setColumnToValue(3, 'AM');

await expect(dateIndicator).toHaveText('12/4/2005');
await expect(dateIndicator).toHaveText('12/4/2006');
await expect(timeIndicator).toHaveText('4:10 AM');
});

Expand Down

0 comments on commit 1c27552

Please sign in to comment.