mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Accessibility test- unskipping a functional test (kibana_overview.ts) (#90395)
* fixes https://github.com/elastic/kibana/issues/74449 * unskipping accessibility test
This commit is contained in:
parent
0c0a74b364
commit
3ba3131912
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common', 'home']);
|
||||
const a11y = getService('a11y');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/82226
|
||||
describe.skip('Kibana overview', () => {
|
||||
describe('Kibana overview', () => {
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue