Skip to content

Commit

Permalink
unskip nodes filter test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jul 16, 2019
1 parent dea7332 commit 97d0718
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 97d0718

Please sign in to comment.