Skip to content

Commit

Permalink
Remove duplicate Spaces functional test (elastic#119206) (elastic#119234
Browse files Browse the repository at this point in the history
)

Co-authored-by: Joe Portner <[email protected]>
  • Loading branch information
kibanamachine and jportner authored Nov 19, 2021
1 parent 6160a15 commit db0ccdd
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions x-pack/test/functional/apps/spaces/spaces_selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,36 +63,6 @@ export default function spaceSelectorFunctionalTests({
});
});

describe('Space Selector', () => {
before(async () => {
await PageObjects.security.forceLogout();
});

afterEach(async () => {
await PageObjects.security.forceLogout();
});

it('allows user to navigate to different spaces', async () => {
const spaceId = 'another-space';

await PageObjects.security.login(undefined, undefined, {
expectSpaceSelector: true,
});

await PageObjects.spaceSelector.clickSpaceCard(spaceId);

await PageObjects.spaceSelector.expectHomePage(spaceId);

await PageObjects.spaceSelector.openSpacesNav();

// change spaces

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

await PageObjects.spaceSelector.expectHomePage('default');
});
});

// FLAKY: https://github.com/elastic/kibana/issues/118356
// FLAKY: https://github.com/elastic/kibana/issues/118474
describe.skip('Search spaces in popover', () => {
Expand Down

0 comments on commit db0ccdd

Please sign in to comment.