Skip to content

Commit

Permalink
fix enter-spoace test
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Mar 11, 2020
1 parent 6e389a6 commit 84e3e5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/test/functional/apps/spaces/enter_space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export default function enterSpaceFunctonalTests({
await PageObjects.spaceSelector.openSpacesNav();

// change spaces
const newSpaceId = 'default';
await PageObjects.spaceSelector.clickSpaceAvatar(newSpaceId);

await PageObjects.spaceSelector.clickSpaceAvatar('default');

await PageObjects.spaceSelector.expectHomePage(spaceId);
await PageObjects.spaceSelector.expectHomePage(newSpaceId);
});
});
}

0 comments on commit 84e3e5a

Please sign in to comment.