mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
ffae603bdd
commit
7751681c0e
3 changed files with 5 additions and 4 deletions
|
@ -99,6 +99,9 @@ export function A11yProvider({ getService }: FtrProviderContext) {
|
|||
'color-contrast': {
|
||||
enabled: false,
|
||||
},
|
||||
bypass: {
|
||||
enabled: false, // disabled because it's too flaky
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -12,8 +12,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const globalNav = getService('globalNav');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/66976
|
||||
describe.skip('Kibana Home', () => {
|
||||
describe('Kibana Home', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToApp('home');
|
||||
});
|
||||
|
|
|
@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const a11y = getService('a11y');
|
||||
const flyout = getService('flyout');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/67821
|
||||
describe.skip('Accessibility Search Profiler Editor', () => {
|
||||
describe('Accessibility Search Profiler Editor', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToApp('searchProfiler');
|
||||
await a11y.testAppSnapshot();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue