You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Show a screen and open a Dialog above it
Perform compareScreenshot()
An error is thrown
Version of the library
6.0.0
The text was updated successfully, but these errors were encountered:
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 thetestTag
of 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
compareScreenshot()
Version of the library
6.0.0
The text was updated successfully, but these errors were encountered: