mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Move from MVC FAB menu to Superset React menu (#8289)
* adds react based menu for welcome view * bump fab * better logic in common_bootstrap_payload * split up files * fix spacing and module scope styles * lint * render correct template for welcome
This commit is contained in:
@@ -90,7 +90,7 @@ class CoreTests(SupersetTestCase):
|
||||
|
||||
# Testing overrides
|
||||
resp = self.get_resp("/superset/slice/{}/?standalone=true".format(slc.id))
|
||||
assert "List Roles" not in resp
|
||||
assert '<div class="navbar' not in resp
|
||||
|
||||
resp = self.client.get("/superset/slice/-1/")
|
||||
assert resp.status_code == 404
|
||||
|
||||
Reference in New Issue
Block a user