Skip to content

Commit

Permalink
Update x-pack/test/functional/apps/infra/feature_controls/infrastruct…
Browse files Browse the repository at this point in the history
…ure_security.ts

Co-authored-by: Carlos Crespo <[email protected]>
  • Loading branch information
matschaffer and crespocarlos authored Jun 29, 2022
1 parent e796dee commit 7bdced3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
]);
});

it('shows metrics navlink', async () => {
it('shows infrastructure navlink', async () => {
const navLinks = (await appsMenu.readLinks()).map((link) => link.text);
expect(navLinks).to.eql(['Overview', 'Alerts', 'Infrastructure', 'Stack Management']);
});
Expand Down

0 comments on commit 7bdced3

Please sign in to comment.