diff --git a/ui/cypress/e2e/dashboardsIndex.test.ts b/ui/cypress/e2e/dashboardsIndex.test.ts index a63bea03180..dffdefd78fb 100644 --- a/ui/cypress/e2e/dashboardsIndex.test.ts +++ b/ui/cypress/e2e/dashboardsIndex.test.ts @@ -19,7 +19,7 @@ describe('Dashboards', () => { }) }) - it.skip('can create a dashboard from empty state', () => { + it('can create a dashboard from empty state', () => { cy.getByTestID('empty-dashboards-list').within(() => { cy.getByTestID('add-resource-dropdown--button').click() }) diff --git a/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx b/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx index be0d644c056..e87f194be39 100644 --- a/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx +++ b/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx @@ -76,7 +76,10 @@ class DashboardIndex extends PureComponent { const {searchTerm} = this.state return ( <> - +