dpgaspar commented on a change in pull request #10562:
URL: 
https://github.com/apache/incubator-superset/pull/10562#discussion_r468040415



##########
File path: superset/config.py
##########
@@ -797,6 +797,8 @@ class CeleryConfig:  # pylint: 
disable=too-few-public-methods
 
 # Any config options to be passed as-is to the webdriver
 WEBDRIVER_CONFIGURATION: Dict[Any, Any] = {}
+# The webdriver to use supports "chrome" and "firefox"
+WEBDRIVER_TYPE = "firefox"

Review comment:
       Maybe took it too far, but I actually removed it now. Tell me if it's ok 
by you




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to