mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Functional] Unskip chained controls tests (#76610)
This commit is contained in:
parent
9ea61fc4b4
commit
6e339d319d
1 changed files with 1 additions and 2 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue