mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
ad7cd08a2e
commit
fbcd2a20ae
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
it('should be addable via expanded doc table rows', async function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/39927
|
||||
it.skip('should be addable via expanded doc table rows', async function () {
|
||||
const table = await docTable.getTable();
|
||||
const anchorRow = await docTable.getAnchorRow(table);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue