|
@@ -71,7 +71,7 @@ describe('SpanEvidenceKeyValueList', () => {
|
|
|
screen.getByRole('button', {
|
|
|
name: /view full event/i,
|
|
|
})
|
|
|
- ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/?');
|
|
|
+ ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/');
|
|
|
|
|
|
expect(screen.getByRole('cell', {name: 'Parent Span'})).toBeInTheDocument();
|
|
|
expect(
|
|
@@ -146,7 +146,7 @@ describe('SpanEvidenceKeyValueList', () => {
|
|
|
screen.getByRole('button', {
|
|
|
name: /view full event/i,
|
|
|
})
|
|
|
- ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/?');
|
|
|
+ ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/');
|
|
|
|
|
|
expect(screen.getByRole('cell', {name: 'Parent Span'})).toBeInTheDocument();
|
|
|
expect(
|
|
@@ -221,7 +221,7 @@ describe('SpanEvidenceKeyValueList', () => {
|
|
|
screen.getByRole('button', {
|
|
|
name: /view full event/i,
|
|
|
})
|
|
|
- ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/?');
|
|
|
+ ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/');
|
|
|
|
|
|
expect(screen.getByRole('cell', {name: 'Parent Span'})).toBeInTheDocument();
|
|
|
expect(
|
|
@@ -306,7 +306,7 @@ describe('SpanEvidenceKeyValueList', () => {
|
|
|
screen.getByRole('button', {
|
|
|
name: /view full event/i,
|
|
|
})
|
|
|
- ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/?');
|
|
|
+ ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/');
|
|
|
|
|
|
expect(screen.getByRole('cell', {name: 'Starting Span'})).toBeInTheDocument();
|
|
|
expect(
|
|
@@ -450,7 +450,7 @@ describe('SpanEvidenceKeyValueList', () => {
|
|
|
screen.getByRole('button', {
|
|
|
name: /view full event/i,
|
|
|
})
|
|
|
- ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/?');
|
|
|
+ ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/');
|
|
|
|
|
|
expect(screen.getByRole('cell', {name: 'Repeating Spans (2)'})).toBeInTheDocument();
|
|
|
expect(
|
|
@@ -604,7 +604,7 @@ describe('SpanEvidenceKeyValueList', () => {
|
|
|
screen.getByRole('button', {
|
|
|
name: /view full event/i,
|
|
|
})
|
|
|
- ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/?');
|
|
|
+ ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/');
|
|
|
|
|
|
expect(screen.getByRole('cell', {name: 'Slow DB Query'})).toBeInTheDocument();
|
|
|
expect(
|
|
@@ -658,7 +658,7 @@ describe('SpanEvidenceKeyValueList', () => {
|
|
|
screen.getByRole('button', {
|
|
|
name: /view full event/i,
|
|
|
})
|
|
|
- ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/?');
|
|
|
+ ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/');
|
|
|
|
|
|
expect(screen.getByRole('cell', {name: 'Slow Resource Span'})).toBeInTheDocument();
|
|
|
expect(
|
|
@@ -723,7 +723,7 @@ describe('SpanEvidenceKeyValueList', () => {
|
|
|
screen.getByRole('button', {
|
|
|
name: /view full event/i,
|
|
|
})
|
|
|
- ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/?');
|
|
|
+ ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/');
|
|
|
|
|
|
expect(screen.getByRole('cell', {name: 'Slow Resource Span'})).toBeInTheDocument();
|
|
|
expect(
|
|
@@ -824,7 +824,7 @@ describe('SpanEvidenceKeyValueList', () => {
|
|
|
screen.getByRole('button', {
|
|
|
name: /view full event/i,
|
|
|
})
|
|
|
- ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/?');
|
|
|
+ ).toHaveAttribute('href', '/organizations/org-slug/performance/project:a1/');
|
|
|
|
|
|
expect(
|
|
|
screen.getByRole('cell', {name: 'Large HTTP Payload Span'})
|