mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
unskip nodes filter test
This commit is contained in:
parent
f722501fcc
commit
9982eaf864
1 changed files with 1 additions and 2 deletions
|
@ -222,8 +222,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
// Skip until https://github.com/elastic/eui/issues/1318 is implemented
|
||||
it.skip('should filter for specific indices', async () => {
|
||||
it('should filter for specific indices', async () => {
|
||||
await nodesList.setFilter('01');
|
||||
const rows = await nodesList.getRows();
|
||||
expect(rows.length).to.be(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue