Skip to content

Commit

Permalink
Drop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Oct 19, 2021
1 parent 21c1655 commit 6b0ac9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/apps/home/_sample_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const from = `${today} @ 00:00:00.000`;
const to = `${today} @ 23:59:59.999`;
await PageObjects.common.setTime({ from, to });
// await PageObjects.common.navigateToApp('discover');
}
});
}

0 comments on commit 6b0ac9b

Please sign in to comment.