I am doing the authentication with google with firebase with fake token and with firebase local suite emulator for testing .
i remove this line in test class .
@get : Rule(order = 1)
val composeRule = createAndroidComposeRule<MainActivity>()
then my code work fine after wasting 1 week .