mirror of
https://github.com/apache/superset.git
synced 2026-05-30 04:39:20 +00:00
Addresses bot review comments: - Add public create() and destroy() methods for WebDriverSelenium (fixes tests calling removed public method) - Fix user session handling - re-authenticate if different user passed - Change exception handling from URLError to WebDriverException - Use wd.destroy() for proper WebDriver cleanup instead of del - Fix N+1 query in DummyStrategy with selectinload for dashboard.slices - Fix docs: config.py -> superset_config.py and add crontab import - Fix tests: use get_url_host() instead of hardcoded localhost Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>