Skip to content

Commit

Permalink
Update snapshot and remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Oct 28, 2020
1 parent d197813 commit 6ce33b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions x-pack/test/functional/page_objects/canvas_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ export function CanvasPageProvider({ getService, getPageObjects }: FtrProviderCo
const contentElem = await testSubjects.find('canvasDebug__content');
const content = await contentElem.getVisibleText();

console.log(content);

const filters = JSON.parse(content);

return filters.and.filter((f: any) => f.filterType === 'exactly');
Expand Down

0 comments on commit 6ce33b3

Please sign in to comment.