Skip to content

Commit

Permalink
Undo reset to defaults after the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Jun 23, 2020
1 parent e371e99 commit f83e02d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/apps/context/_context_navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export default function ({ getService, getPageObjects }) {
await PageObjects.discover.clickFieldListPlusFilter(columnName, value);
}
});
after(async () => {
await PageObjects.timePicker.resetDefaultAbsoluteRangeViaUiSettings();
});

it('should go back after loading', async function () {
await retry.waitFor('user navigating to context and returning to discover', async () => {
Expand Down

0 comments on commit f83e02d

Please sign in to comment.