mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore: move dashboard screenshot standalone logic (#23003)
This commit is contained in:
committed by
GitHub
parent
f6c304437a
commit
4ddf67fc14
@@ -51,6 +51,11 @@ class DashboardStandaloneMode(Enum):
|
||||
REPORT = 3
|
||||
|
||||
|
||||
class ChartStandaloneMode(Enum):
|
||||
HIDE_NAV = "true"
|
||||
SHOW_NAV = 0
|
||||
|
||||
|
||||
def find_unexpected_errors(driver: WebDriver) -> List[str]:
|
||||
error_messages = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user