mirror of
https://github.com/apache/superset.git
synced 2026-08-03 20:42:30 +00:00
feat(bubble): migrate saved bubble charts to bubble_v2 and drop the legacy plugin (#41728)
Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -358,7 +358,7 @@ class TestUtils(SupersetTestCase):
|
||||
def test_log_this(self) -> None:
|
||||
# TODO: Add additional scenarios.
|
||||
self.login(ADMIN_USERNAME)
|
||||
slc = self.get_slice("Life Expectancy VS Rural %")
|
||||
slc = self.get_slice("% Rural")
|
||||
dashboard_id = 1
|
||||
|
||||
assert slc.viz is not None
|
||||
|
||||
Reference in New Issue
Block a user