Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`RelativeLinkComponent should render correct markup 1`] = `
<a
className="euiLink euiLink--primary "
href="/opbeans-node/errors?foo=bar&foo2=bar2"
onClick={[Function]}
>
Go to Discover
</a>
`;

exports[`UnconnectedKibanaLink should render correct markup 1`] = `
<EuiLink
color="primary"
href="/app/kibana#/discover?_a=(interval:auto,query:(language:lucene,query:'context.service.name:\\"myServiceName\\" AND error.grouping_key:\\"myGroupId\\"'),sort:('@timestamp':desc))&_g=(time:(from:now-24h,mode:quick,to:now))"
type="button"
>
Go to Discover
</EuiLink>
`;

exports[`ViewMLJob should render component 1`] = `
<Component
hash="/timeseriesexplorer"
location={
Object {
"search": "",
}
}
pathname="/app/ml"
query={
Object {
"_g": Object {
"ml": Object {
"jobIds": Array [
"myServiceName-myTransactionType-high_mean_response_time",
],
},
},
}
}
>
View Job
</Component>
`;
271 changes: 0 additions & 271 deletions x-pack/plugins/apm/public/utils/__test__/url.test.js

This file was deleted.

Loading