From 10942c684c829afe4a8c5574d456ff0ce810d9b2 Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Mon, 15 Jul 2024 12:27:53 +0200 Subject: [PATCH] added some delay for the CI --- .../ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift b/platforms/ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift index 75d695aaa..25945199d 100644 --- a/platforms/ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift +++ b/platforms/ios/example/WysiwygUITests/WysiwygUITests+Keyboard.swift @@ -172,6 +172,7 @@ extension WysiwygUITests { } else { keyboardSelection.tap() } + sleep(2) } private func addKeyboardToSettings(keyboard: TestKeyboard) {