-
Notifications
You must be signed in to change notification settings - Fork 734
Timeline - Add testIDs #3706
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
Timeline - Add testIDs #3706
Conversation
@adids1221 What I miss most in this PR is a test driver and maybe some tests... WDYT? |
@Inbal-Tish I agree, not sure if it should be in this PR. |
I think the driver should be on the same PR so we can understand the use of these testIDs. |
@Inbal-Tish I already started new PR, I'll finish the work there and I'll move the file here. |
@Inbal-Tish about |
@Inbal-Tish I refactor the driver as we spoke, added some basic sanity test for |
Description
TimeLine component
testID
prop set to use for testing improvements, passed to the sub components:Line, Point
.Changelog
TimeLine
testID
prop.Additional info
None