-
Notifications
You must be signed in to change notification settings - Fork 734
TextField Screen snapshot test #3142
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
TextField Screen snapshot test #3142
Conversation
const {KeyboardAwareInsetsView} = Keyboard; | ||
const priceFormatter = Intl.NumberFormat('en-US'); | ||
|
||
loadDemoConfigurations(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm using loadDemoConfigurations
because in the TextFieldScreen
we are using Assets after loading them under group demo
in this case, getting an error while building the snapshot/running the test when not running loadDemoConfigurations
.
@adids1221 Please edit the title and description of this PR to match the actual issue/change |
@adids1221 Is the snapshot for the TextFiled screen updated with the last changes to the screen? |
@Inbal-Tish yes |
Description
TextField Screen snapshot test.
Related PR
Changelog
TextField Screen snapshot test.
Additional info
MADS - 4303