From 00c1b68775da1a0e877ff4057c6f3a073fb7f2e0 Mon Sep 17 00:00:00 2001 From: bhavyarm Date: Mon, 27 Mar 2023 17:44:07 -0400 Subject: [PATCH] removing closed github issue as a comment from the filter a11y tests --- test/accessibility/apps/filter_panel.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/accessibility/apps/filter_panel.ts b/test/accessibility/apps/filter_panel.ts index e1953ccf3c5c6..325999794b557 100644 --- a/test/accessibility/apps/filter_panel.ts +++ b/test/accessibility/apps/filter_panel.ts @@ -15,7 +15,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const testSubjects = getService('testSubjects'); const browser = getService('browser'); - // github.com/elastic/kibana/issues/148570 describe('Filter panel', () => { before(async () => { await PageObjects.common.navigateToApp('discover');