mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
[dashboard] open in edit mode when adding a chart (#4772)
* [dashboard] open in edit mode when adding a chart * Move dashboard unit tests to their own file * fix tests * Better URL management
This commit is contained in:
committed by
GitHub
parent
bd2cb9aada
commit
627bdb2eb3
@@ -136,8 +136,8 @@ class DruidTests(SupersetTestCase):
|
||||
instance.query_dict = {}
|
||||
instance.query_builder.last_query.query_dict = {}
|
||||
|
||||
resp = self.get_resp('/superset/explore/druid/{}/'.format(
|
||||
datasource_id))
|
||||
resp = self.get_resp(
|
||||
'/superset/explore/druid/{}/'.format(datasource_id))
|
||||
self.assertIn('test_datasource', resp)
|
||||
form_data = {
|
||||
'viz_type': 'table',
|
||||
|
||||
Reference in New Issue
Block a user