mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
unskipping tags a11y test (#135821)
This commit is contained in:
parent
b46763fc2a
commit
15190e2c82
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const toasts = getService('toasts');
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/135339
|
||||
describe.skip('Kibana Tags Page Accessibility', () => {
|
||||
describe('Kibana Tags Page Accessibility', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
|
||||
useActualUrl: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue