Bug P3
Status Update
Comments
jo...@aerlingus.com <jo...@aerlingus.com> #2
I tried adding screenshotTestImplementation(libs.androidx.window)
but it didn't fix it.
jo...@aerlingus.com <jo...@aerlingus.com> #3
This is likely a duplicate of libs.androidx.window
dependency to implementation
to see if it works?
Description
Steps to reproduce the problem
On my composables I have a method to add the test tag. This is set using the resource identifier that is on a file on res folder. So on the composable I have the method like
Modifier.addTestTag(R.id.xxx)
. When creating the test for screenshot testing I got the following error:What happened
It gives me render issue. And if I remove the identifier call it still gives render issues mostly related with the custom theme we are using on the project.
What you think the correct behavior should be
I would like the screenshot tests to be able to manage a custom theme.
Is this a security related issue?
No