You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumented-test/ui-instrumented-test/src/iosMain/kotlin/androidx/compose/test/accessibility/ComponentsAccessibilitySemanticTest.kt
Copy file name to clipboardExpand all lines: instrumented-test/ui-instrumented-test/src/iosMain/kotlin/androidx/compose/test/utils/AccessibilityTestNode.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,11 @@ internal fun UIKitInstrumentedTest.getAccessibilityTree(): AccessibilityTestNode
42
42
if (count ==NSIntegerMax) {
43
43
when (element) {
44
44
isUITableView-> {
45
-
TODO("Unused in tests. Implement correct table view traversal.")
45
+
println("warning: UITableView is currently unsupported")
46
46
}
47
47
48
48
isUICollectionView-> {
49
-
TODO("Unused in tests. Implement correct collection view traversal.")
49
+
println("warning: UICollectionView is currently unsupported")
50
50
}
51
51
52
52
isUIView-> {
@@ -244,9 +244,9 @@ internal fun UIKitInstrumentedTest.assertAccessibilityTree(
Copy file name to clipboardExpand all lines: instrumented-test/ui-instrumented-test/src/iosMain/kotlin/androidx/compose/test/utils/UIKitInstrumentedTest.kt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,11 @@ internal class UIKitInstrumentedTest {
0 commit comments