Skip to content

Commit

Permalink
Unskip "Copy dashboards to space" (#84115) (#84262)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
Dosant and kibanamachine authored Nov 25, 2020
1 parent bd23621 commit fc889ac
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 fc889ac

Please sign in to comment.