Skip to content

Commit

Permalink
[ML] Fix savedSearchTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Nov 2, 2021
1 parent b9a99bd commit f8b6acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

describe(`with ${testData.suiteTitle}`, function () {
after(async function () {
await ml.testResources.deleteSavedSearchByTitle(dashboardTitle);
await ml.testResources.deleteSavedSearchByTitle(savedSearchTitle);
await ml.testResources.deleteDashboardByTitle(dashboardTitle);
});

Expand Down

0 comments on commit f8b6acf

Please sign in to comment.