Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Reorganize scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Jun 13, 2022
1 parent caf6a1e commit 24be159
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ivy.wallet.compose.scenario
package com.ivy.wallet.compose.scenario.core

import com.ivy.wallet.compose.IvyComposeTest
import com.ivy.wallet.compose.component.ItemStatisticScreen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ivy.wallet.compose.scenario
package com.ivy.wallet.compose.scenario.core

import com.ivy.wallet.compose.IvyComposeTest
import com.ivy.wallet.compose.component.ItemStatisticScreen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ivy.wallet.compose.scenario
package com.ivy.wallet.compose.scenario.core

import com.ivy.wallet.compose.IvyComposeTest
import dagger.hilt.android.testing.HiltAndroidTest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ivy.wallet.compose.scenario
package com.ivy.wallet.compose.scenario.core

import androidx.compose.ui.test.assertIsDisplayed
import androidx.compose.ui.test.hasText
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ivy.wallet.compose.scenario
package com.ivy.wallet.compose.scenario.core

import androidx.compose.ui.test.hasText
import androidx.compose.ui.test.performClick
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.ivy.wallet.compose.scenario
package com.ivy.wallet.compose.scenario.core

import androidx.compose.ui.test.onNodeWithTag
import androidx.compose.ui.test.performClick
Expand Down

0 comments on commit 24be159

Please sign in to comment.