Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fkanout committed May 17, 2022
1 parent 6532a14 commit 89ad376
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export default ({ getService }: FtrProviderContext) => {

it('shows the rules table ', async () => {
await testSubjects.existOrFail('rulesList');
await testSubjects.waitForDeleted('centerJustifiedSpinner');
const tableRows = await find.allByCssSelector('.euiTableRow');
const rows = await getRulesList(tableRows);
expect(rows.length).to.be(2);
Expand Down

0 comments on commit 89ad376

Please sign in to comment.