Skip to content

Commit 0ad8ba9

Browse files
committed
test/#231: 누락된 assertExists 추가
1 parent 7be6506 commit 0ad8ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

feature/home/src/androidTest/java/com/yapp/home/HomeScreenTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class HomeScreenTest {
9898
.onNodeWithText(
9999
composeTestRule.activity.getString(R.string.session_attendance_done)
100100
)
101+
.assertExists()
101102
}
102103

103104
@Test

0 commit comments

Comments
 (0)