diff --git a/packages/react-native-editor/__device-tests__/helpers/appium-local.js b/packages/react-native-editor/__device-tests__/helpers/appium-local.js index b4b4f415d10ce..8cfdcffe1540c 100644 --- a/packages/react-native-editor/__device-tests__/helpers/appium-local.js +++ b/packages/react-native-editor/__device-tests__/helpers/appium-local.js @@ -12,6 +12,7 @@ const start = ( { port = 4723, flags } ) => '--log', './appium-out.log', '--log-no-colors', + '--log-level debug', '--relaxed-security', // Needed for mobile:shell commend for text entry on Android flags, ].filter( Boolean );