-
Notifications
You must be signed in to change notification settings - Fork 219
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
verify does not take in to account resource changes #747
Comments
Can you please change the string again, and run |
|
Strangely there's a |
I was able to repro in a test, but the weird thing is that |
Can you please check if the new test in b864103 is indeed representative of this issue? |
The test indeed looks representative. |
Description
When a Composable is using a string resource the verify tasks does not take into account changes that could have happened to that resources.
Steps to Reproduce
Run
./gradlew recordPaparazziDebug
A screenshot is generated
Change the string resource value
run
./gradlew verifyPaparazziDebug
The build succeeds without any issue.
Expected behavior
Build should fail.
Additional information:
Screenshots
n/a
Thanks in advance
The text was updated successfully, but these errors were encountered: