Skip to content

Fix execution of local functional tests on mac

Created by: mlasak

Currently only for windows the config chromeOptions.w3c:false is set. This was missing for mac config, causing local tests using chromedriver and chrome browser terminating with 'unknown command: Cannot call non W3C standard command while in W3C mode' error message.

Merge request reports