Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Jul 25, 2022
1 parent ef1c73c commit 0990563
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const searchSessions = getService('searchSessions');
const esArchiver = getService('esArchiver');
const log = getService('log');
const kibanaServer = getService('kibanaServer');

describe('Search Sessions Management UI', () => {
describe('New search sessions', () => {
Expand All @@ -42,9 +41,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

it('Saves a session and verifies it in the Management app', async () => {
await searchSessions.deleteAllSearchSessions();
await kibanaServer.savedObjects.cleanStandardList();

log.debug('loading the "Not Delayed" dashboard');
await PageObjects.dashboard.loadSavedDashboard('Not Delayed');
await PageObjects.dashboard.waitForRenderComplete();
Expand Down

0 comments on commit 0990563

Please sign in to comment.