pedrovgs / Shot

Screenshot testing library for Android
Apache License 2.0
1.18k stars 115 forks source link

Screenshot of a Dialog in Compose shown over the app content #353

Open jdelga opened 7 months ago

jdelga commented 7 months ago

Expected behaviour

I can test a screen that contains a Dialog

Actual behaviour

When I try to execute a test in which I must test a Dialog, an error is returned. I have used the suggested compareScreenshot(composeRule.onNodeWithTag(tag)) using the testTagof my dialog. However, it only caputures the content of the Dialog itself and not the content below, which I also want to be tested.

Steps to reproduce

Version of the library

6.0.0