Unskip embeddables/adding_children suite (#68111)

Giving it another chance *cross fingers* 
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Anton Dosov 2020-06-08 15:01:55 +02:00 committed by GitHub
parent 38b9a8db8a
commit 49171516d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
const testSubjects = getService('testSubjects');
const flyout = getService('flyout');
// FLAKY: https://github.com/elastic/kibana/issues/58692
describe.skip('creating and adding children', () => {
describe('creating and adding children', () => {
before(async () => {
await testSubjects.click('embeddablePanelExamplae');
});