Skip to content

Commit

Permalink
Unskip "Copy dashboards to space" (#84115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Nov 24, 2020
1 parent 9055574 commit c2026df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await spaces.delete(destinationSpaceId);
});

it.skip('Dashboards linked by a drilldown are both copied to a space', async () => {
it('Dashboards linked by a drilldown are both copied to a space', async () => {
await PageObjects.copySavedObjectsToSpace.openCopyToSpaceFlyoutForObject(
dashboardDrilldownsManage.DASHBOARD_WITH_AREA_CHART_NAME
);
Expand Down

0 comments on commit c2026df

Please sign in to comment.