mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
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:
parent
635aee0c08
commit
b7aa4b8e0d
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue