unskipping the grok debugger a11y test - works as expected (#131564)

* unskipping the test- works as expected

* clean

* added a comment

* restored
This commit is contained in:
Rashmi Kulkarni 2022-05-05 13:51:35 -07:00 committed by GitHub
parent 635aee0c08
commit b7aa4b8e0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const a11y = getService('a11y');
const grokDebugger = getService('grokDebugger');
// this test is failing as there is a violation https://github.com/elastic/kibana/issues/62102
describe.skip('Dev tools grok debugger Accessibility', () => {
// Fixes:https://github.com/elastic/kibana/issues/62102
describe('Dev tools grok debugger', () => {
before(async () => {
await PageObjects.common.navigateToApp('grokDebugger');
await grokDebugger.assertExists();