Make a dashboard its widgets: drop the pages and sections nobody drew
This commit is contained in:
@@ -55,7 +55,7 @@ test.beforeAll(async ({ browser }) => {
|
||||
const dashboard = await (
|
||||
await api(page, `/dashboards/${dashboardName}`, { method: "POST" })
|
||||
).json()
|
||||
dashboard.pages[0].sections[0].widgets = [
|
||||
dashboard.widgets = [
|
||||
{
|
||||
id: "lever",
|
||||
type: "slider",
|
||||
|
||||
Reference in New Issue
Block a user