Skip to content

Commit

Permalink
removing closed github issue as a comment from the filter a11y tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Mar 27, 2023
1 parent 1f35417 commit 00c1b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/accessibility/apps/filter_panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 00c1b68

Please sign in to comment.