diff --git a/tauri-wallet/webdriver/wdio.conf.cjs b/tauri-wallet/webdriver/wdio.conf.cjs index ee94430250..f517547365 100644 --- a/tauri-wallet/webdriver/wdio.conf.cjs +++ b/tauri-wallet/webdriver/wdio.conf.cjs @@ -39,7 +39,6 @@ exports.config = { // =================== // Define all options that are relevant for the WebdriverIO instance here // Level of logging verbosity: trace | debug | info | warn | error | silent - logLevel: 'silent', bail: 0, framework: 'mocha', reporters: ['spec'],