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?