fantonangeli opened a new pull request, #3185: URL: https://github.com/apache/incubator-kie-tools/pull/3185
Closes https://github.com/apache/incubator-kie-tools/issues/3179 **Description:** e2e tests for our Chrome extensions were failing because the extensions were not starting on Chrome. **Solution:** Due to an update on the CLI, Chrome was not able to support the option `--load-extension` by default, to install our extensions in e2e tests. Adding the option `--disable-features=DisableLoadExtensionCommandLineSwitch` we are able to continue to use it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
