Skip to content

Commit

Permalink
stabilize graph delete test
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Oct 16, 2019
1 parent 68a2fdc commit 2feb05d
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 2feb05d

Please sign in to comment.