|
@@ -18,7 +18,11 @@ describe('Server-Side Sampling - SamplingBreakdown', function () {
|
|
|
|
|
|
render(<SamplingBreakdown orgSlug={organization.slug} />);
|
|
render(<SamplingBreakdown orgSlug={organization.slug} />);
|
|
|
|
|
|
- expect(screen.getByText('No transactions in the last 24 hours')).toBeInTheDocument();
|
|
|
|
|
|
+ expect(
|
|
|
|
+ screen.getByText(
|
|
|
|
+ 'There were no traces initiated from this project in the last 24 hours.'
|
|
|
|
+ )
|
|
|
|
+ ).toBeInTheDocument();
|
|
});
|
|
});
|
|
|
|
|
|
it('renders project breakdown', function () {
|
|
it('renders project breakdown', function () {
|