Skip to content

Commit

Permalink
fix: fix homeScreen_budgetSettingBottomSheet_test test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ansehoon1999 committed Dec 3, 2023
1 parent 269b3ac commit 7757d54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file.
6 changes: 6 additions & 0 deletions app/src/androidTest/java/com/uliga/app/HomeScreenTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ class HomeScreenTest {

@Test
fun homeScreen_budgetSettingBottomSheet_test() {

/**
* 해당 부분을 수행하려면 test token을 datastore에 저장하는 로직이 선행되어야함.
* But 현재 백엔드와 소통이 불가능하기 때문에 해당 테스트는 에뮬레이터 환경에서 불가능할 것으로 보임..
*/

// with(composeRule) {
// onNodeWithTag(TestTags.BUDGET_SETTING).performClick()
//
Expand Down

0 comments on commit 7757d54

Please sign in to comment.