Skip to content

Commit

Permalink
(Fix) Create dashboard from empty state test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoesteinkamp committed Oct 16, 2019
1 parent cde064b commit dc23a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/cypress/e2e/dashboardsIndex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DashboardIndex extends PureComponent<Props, State> {
const {searchTerm} = this.state
return (
<>
<Page titleTag={pageTitleSuffixer(['Dashboards'])}>
<Page testID="empty-dashboards-list" titleTag={pageTitleSuffixer(['Dashboards'])}>
<Page.Header fullWidth={false}>
<Page.Header.Left>
<PageTitleWithOrg title="Dashboards" />
Expand Down

0 comments on commit dc23a0a

Please sign in to comment.