diff --git a/app/src/androidTest/java/dev/shorthouse/coinwatch/ui/screen/CoinDetailsScreenTest.kt b/app/src/androidTest/java/dev/shorthouse/coinwatch/ui/screen/CoinDetailsScreenTest.kt index 7ff6afa4..a335da74 100644 --- a/app/src/androidTest/java/dev/shorthouse/coinwatch/ui/screen/CoinDetailsScreenTest.kt +++ b/app/src/androidTest/java/dev/shorthouse/coinwatch/ui/screen/CoinDetailsScreenTest.kt @@ -46,7 +46,6 @@ class CoinDetailsScreenTest { composeTestRule.apply { onNodeWithContentDescription("Back").assertIsDisplayed() - onNodeWithContentDescription("Favourite").assertIsDisplayed() onNodeWithText("Chart Range").assertIsDisplayed() onNodeWithText("Market Stats").assertExists() }