Skip to content

Added testID to DateTimePicker #2545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 2, 2023
Merged

Conversation

adids1221
Copy link
Contributor

Description

Added testID to DateTimePicker components.

Changelog

Added testID to DateTimePicker components.

@@ -258,6 +272,7 @@ function DateTimePicker(props: DateTimePickerPropsInternal) {
timeZoneOffsetInMinutes={timeZoneOffsetInMinutes}
display={Constants.isIOS ? 'spinner' : undefined}
themeVariant={themeVariant}
testID={`${testID}.modal`}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the modal, it the actual native picker

@adids1221 adids1221 requested a review from Inbal-Tish March 29, 2023 11:54
@adids1221 adids1221 requested a review from Inbal-Tish March 29, 2023 12:25
@Inbal-Tish Inbal-Tish merged commit 030e1a0 into master Apr 2, 2023
@adids1221 adids1221 deleted the feat/DateTimePicker_testID branch April 17, 2023 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants