From 14f18898743cbe7b82ca171a6667a2b50ed82ef5 Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Mon, 15 Jul 2024 15:26:19 +0200 Subject: [PATCH] improved the test code --- .../ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platforms/ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift b/platforms/ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift index 442dcc0b3..e0089355d 100644 --- a/platforms/ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift +++ b/platforms/ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift @@ -194,6 +194,8 @@ extension WysiwygUITests { app.launch() textView.tap() + sleep(1) + setupKeyboard(keyboard) } }