Skip to content

Commit 0d29ce2

Browse files
committed
TEST: comment tests
1 parent 080692e commit 0d29ce2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

compose/ui/ui/src/uikitInstrumentedTest/kotlin/androidx/compose/ui/interop/UIKitNavigationSwipeBackTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ internal abstract class UIKitNavigationSwipeBackTest(
154154

155155
findNodeWithTag("outsideBox").swipeRight()
156156

157+
delay(1000)
158+
157159
waitUntil("Waiting for view controller to be popped") {
158160
navigationController.viewControllers.size == 1
159161
}
@@ -195,7 +197,7 @@ internal abstract class UIKitNavigationSwipeBackTest(
195197
toPosition = { rightCenter() },
196198
)
197199

198-
waitForIdle()
200+
delay(1000)
199201

200202
waitUntil("Waiting for view controller to be popped") {
201203
navigationController.viewControllers.size == 1

0 commit comments

Comments
 (0)