Skip to content

Commit

Permalink
add kibana workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Jul 20, 2020
1 parent 70e43ca commit 1bbea52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function navLinksTests({ getService }: FtrProviderContext) {
expect(uiCapabilities.success).to.be(true);
expect(uiCapabilities.value).to.have.property('navLinks');
expect(uiCapabilities.value!.navLinks).to.eql(
navLinksBuilder.only('management', 'foo')
navLinksBuilder.only('management', 'foo', 'kibana')
);
break;
case 'legacy_all':
Expand Down

0 comments on commit 1bbea52

Please sign in to comment.