Skip to content

Commit

Permalink
remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Feb 19, 2021
1 parent 2990bee commit a41946c
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await searchSessions.expectState('restored');
});

// NOTE: this test depends on the previous one passing
it.skip('Reloads as new session from management', async () => {
await PageObjects.searchSessionsManagement.goTo();

const searchSessionList = await PageObjects.searchSessionsManagement.getList();

expect(searchSessionList.length).to.be(1);
await searchSessionList[0].reload();

// embeddable has loaded
await PageObjects.dashboard.waitForRenderComplete();

// new search session was completed
await searchSessions.expectState('completed');
});

it('Deletes a session from management', async () => {
await PageObjects.searchSessionsManagement.goTo();

Expand Down

0 comments on commit a41946c

Please sign in to comment.