I'm writing E2E test with Compose. It works fine generally, however I'm testing deep links and the composeTestRule.activity keeps the old destroyed activity causing a crash if I try to access it after the deep linking action. Compose test APIs that don't use the activity work fine though.
Should I file a bug?
k
K Merle
11/26/2021, 12:44 PM
Mind sharing code of your tests. I am genuinely interested.
a
allan.conda
11/26/2021, 1:30 PM
It's not open source unfortunately. But I could try to help if you need