mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip "doc table should show popover" #94889
This commit is contained in:
parent
5f92987bb3
commit
fc3125af08
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
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');
|
||||
const documentCell = await dataGrid.getCellElement(1, 3);
|
||||
await documentCell.click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue