Skip to content

Commit

Permalink
stabilize graph delete test (#48387) (#48495)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Oct 17, 2019
1 parent 36accc6 commit 1100a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/page_objects/graph_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ export function GraphPageProvider({ getService, getPageObjects }: FtrProviderCon
}

async deleteGraph(name: string) {
await this.searchForWorkspaceWithName(name);
await testSubjects.click('checkboxSelectAll');
await this.clickDeleteSelectedWorkspaces();
await PageObjects.common.clickConfirmOnModal();
await testSubjects.find('graphCreateGraphPromptButton');
}

async getWorkspaceCount() {
Expand Down

0 comments on commit 1100a46

Please sign in to comment.