Skip to content

Commit 66c81ec

Browse files
committed
Debug tests
1 parent 5fc6416 commit 66c81ec

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

compose/ui/ui-uikit/src/iosMain/objc/CMPUIKitUtils/CMPUIKitUtils/CMPEditMenuView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
- (void)activateTextInputInteractionIfNeeded;
4848

4949
- (void)deactivateTextInputInteractionIfNeeded;
50-
- (void)qweqwqwe;
50+
5151
@end

compose/ui/ui/src/uikitInstrumentedTest/kotlin/androidx/compose/ui/interaction/TextFieldEditMenuTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ class TextFieldEditMenuTest {
432432
}
433433

434434
private fun UIKitInstrumentedTest.openToolbar(textFieldTag: String) {
435-
delay(50)
436435
findNodeWithTag(textFieldTag).tap()
437436
delay(500)
438437
findNodeWithTag(textFieldTag).doubleTap()

0 commit comments

Comments
 (0)