Skip to content

Commit

Permalink
fix test and url to data view management
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Oct 19, 2021
1 parent abc0f12 commit b9efa25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/functional/apps/management/_legacy_url_redirect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});

it('redirects correctly to specific index pattern', async () => {
await PageObjects.settings.clickKibanaIndexPatterns();
await PageObjects.settings.clickIndexPatternLogstash();

const url = await (await browser.getCurrentUrl()).split('#')[0];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class GeoIndexPatternSelect extends Component<Props, State> {
id="xpack.stackAlerts.geoContainment.noIndexPattern.doThisPrefixDescription"
defaultMessage="You'll need to "
/>
<EuiLink href={this.props.http.basePath.prepend(`/app/management/dataViews/dataView`)}>
<EuiLink href={this.props.http.basePath.prepend(`/app/management/kibana/dataViews`)}>
<FormattedMessage
id="xpack.stackAlerts.geoContainment.noIndexPattern.doThisLinkTextDescription"
defaultMessage="Create an index pattern."
Expand Down

0 comments on commit b9efa25

Please sign in to comment.