Skip to content

Commit

Permalink
Fix: remove expectation of global URL state in role mappings tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jan 15, 2020
1 parent 0a2e2d2 commit c352d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/security/role_mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {

const url = parse(await browser.getCurrentUrl());

expect(url.hash).to.eql('#/management/security/role_mappings?_g=()');
expect(url.hash).to.eql('#/management/security/role_mappings');
});

describe('with role mappings', () => {
Expand Down

0 comments on commit c352d13

Please sign in to comment.