From 2feb05db8bb00c5818bd3cbbe8a652748156921b Mon Sep 17 00:00:00 2001 From: Joe Reuter Date: Wed, 16 Oct 2019 12:11:45 +0200 Subject: [PATCH] stabilize graph delete test --- x-pack/test/functional/page_objects/graph_page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/page_objects/graph_page.ts b/x-pack/test/functional/page_objects/graph_page.ts index 52b535a92e63e..780a541db0890 100644 --- a/x-pack/test/functional/page_objects/graph_page.ts +++ b/x-pack/test/functional/page_objects/graph_page.ts @@ -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() {