skip "doc table should show popover" #94889

This commit is contained in:
Jonathan Budzenski 2021-03-19 12:11:34 -05:00
parent 5f92987bb3
commit fc3125af08

View file

@ -58,7 +58,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.timePicker.setDefaultAbsoluteRange(); await PageObjects.timePicker.setDefaultAbsoluteRange();
}); });
it('should show popover with expanded cell content by click on expand button', async () => { // flaky https://github.com/elastic/kibana/issues/94889
it.skip('should show popover with expanded cell content by click on expand button', async () => {
log.debug('open popover with expanded cell content to get json from the editor'); log.debug('open popover with expanded cell content to get json from the editor');
const documentCell = await dataGrid.getCellElement(1, 3); const documentCell = await dataGrid.getCellElement(1, 3);
await documentCell.click(); await documentCell.click();