mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
38b9a8db8a
commit
49171516d7
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue