I am using the Firebase Local suite emulator in my testing and Inside test class i remove this line in test class .
@get : Rule(order = 1) val composeRule = createAndroidComposeRule<MainActivity>()
then my code work fine after wasting 1 week .