|
@@ -122,7 +122,7 @@ describe('Performance > TransactionSummary', function () {
|
|
|
body: [],
|
|
|
});
|
|
|
MockApiClient.addMockResponse({
|
|
|
- url: '/organizations/org-slug/issues/?limit=5&project=2&query=is%3Aunresolved%20transaction%3A%2Fperformance&sort=new&statsPeriod=14d',
|
|
|
+ url: '/organizations/org-slug/issues/?limit=5&project=2&query=is%3Aunresolved%20transaction%3A%2Fperformance&sort=trends&statsPeriod=14d',
|
|
|
body: [],
|
|
|
});
|
|
|
|
|
@@ -890,7 +890,7 @@ describe('Performance > TransactionSummary', function () {
|
|
|
|
|
|
it('forwards conditions to related issues', async function () {
|
|
|
const issueGet = MockApiClient.addMockResponse({
|
|
|
- url: '/organizations/org-slug/issues/?limit=5&project=2&query=tag%3Avalue%20is%3Aunresolved%20transaction%3A%2Fperformance&sort=new&statsPeriod=14d',
|
|
|
+ url: '/organizations/org-slug/issues/?limit=5&project=2&query=tag%3Avalue%20is%3Aunresolved%20transaction%3A%2Fperformance&sort=trends&statsPeriod=14d',
|
|
|
body: [],
|
|
|
});
|
|
|
|
|
@@ -917,7 +917,7 @@ describe('Performance > TransactionSummary', function () {
|
|
|
|
|
|
it('does not forward event type to related issues', async function () {
|
|
|
const issueGet = MockApiClient.addMockResponse({
|
|
|
- url: '/organizations/org-slug/issues/?limit=5&project=2&query=tag%3Avalue%20is%3Aunresolved%20transaction%3A%2Fperformance&sort=new&statsPeriod=14d',
|
|
|
+ url: '/organizations/org-slug/issues/?limit=5&project=2&query=tag%3Avalue%20is%3Aunresolved%20transaction%3A%2Fperformance&sort=trends&statsPeriod=14d',
|
|
|
body: [],
|
|
|
match: [
|
|
|
(_, options) => {
|
|
@@ -1208,7 +1208,7 @@ describe('Performance > TransactionSummary', function () {
|
|
|
|
|
|
it('uses MEP dataset for stats query and shows fallback warning', async function () {
|
|
|
MockApiClient.addMockResponse({
|
|
|
- url: '/organizations/org-slug/issues/?limit=5&project=2&query=has%3Anot-compatible%20is%3Aunresolved%20transaction%3A%2Fperformance&sort=new&statsPeriod=14d',
|
|
|
+ url: '/organizations/org-slug/issues/?limit=5&project=2&query=has%3Anot-compatible%20is%3Aunresolved%20transaction%3A%2Fperformance&sort=trends&statsPeriod=14d',
|
|
|
body: [],
|
|
|
});
|
|
|
MockApiClient.addMockResponse({
|