Skip to content

Commit

Permalink
Update test/functional/page_objects/management/saved_objects_page.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
  • Loading branch information
Lee Drengenberg and legrego authored Aug 14, 2020
1 parent d1c471c commit 041f61b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function SavedObjectsPageProvider({ getService, getPageObjects }: FtrProv
).click();
} else {
log.debug(
`we didn't find a menu element so should be a relastionships element for (${title}) to click`
`we didn't find a menu element so should be a "copy to space" element for (${title}) to click`
);
// or the action elements are on the row without the menu
await table[title].copySaveObjectsElement?.click();
Expand Down

0 comments on commit 041f61b

Please sign in to comment.