Skip to content

Commit

Permalink
addressing type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Jun 8, 2021
1 parent b4600d9 commit 79a7d5a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});

it('shows management navlink', async () => {
const spaceId = 'nondefaultspace';
await PageObjects.spaceSelector.expectHomePage('nondefaultspace');
const navLinks = (await appsMenu.readLinks()).map((link) => link.text);
expect(navLinks).to.contain('Stack Management');
Expand Down

0 comments on commit 79a7d5a

Please sign in to comment.