From ec0798778f3408ec6813e446774fb19160d9dedd Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Mon, 27 Apr 2020 16:24:03 -0700 Subject: [PATCH] remove outdated comment --- x-pack/test/functional/page_objects/reporting_page.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/x-pack/test/functional/page_objects/reporting_page.ts b/x-pack/test/functional/page_objects/reporting_page.ts index 8f11c6af44a8b..39be2408ab472 100644 --- a/x-pack/test/functional/page_objects/reporting_page.ts +++ b/x-pack/test/functional/page_objects/reporting_page.ts @@ -8,13 +8,6 @@ import http, { IncomingMessage } from 'http'; import { FtrProviderContext } from 'test/functional/ftr_provider_context'; import { parse } from 'url'; -/* - * NOTE: Reporting is a service, not an app. The page objects that are - * important for generating reports belong to the apps that integrate with the - * Reporting service. Eventually, this file should be dissolved across the - * apps that need it for testing their integration. - * Issue: https://github.com/elastic/kibana/issues/52927 - */ export function ReportingPageProvider({ getService, getPageObjects }: FtrProviderContext) { const retry = getService('retry'); const log = getService('log');