[Functional] Unskip chained controls tests (#76610)

This commit is contained in:
Stratoula Kalafateli 2020-09-04 14:43:27 +03:00 committed by GitHub
parent 9ea61fc4b4
commit 6e339d319d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,7 @@ export default function ({ getService, getPageObjects }) {
const find = getService('find');
const comboBox = getService('comboBox');
// FLAKY: https://github.com/elastic/kibana/issues/68472
describe.skip('chained controls', function () {
describe('chained controls', function () {
this.tags('includeFirefox');
before(async () => {