|
@@ -94,7 +94,7 @@ describe('ProjectSourceMapsArtifacts', function () {
|
|
|
);
|
|
|
|
|
|
// Title
|
|
|
- expect(screen.getByRole('heading')).toHaveTextContent('Artifact Bundle');
|
|
|
+ expect(screen.getByRole('heading')).toHaveTextContent('Release Bundle');
|
|
|
// Subtitle
|
|
|
expect(screen.getByText('bea7335dfaebc0ca6e65a057')).toBeInTheDocument();
|
|
|
|
|
@@ -202,7 +202,7 @@ describe('ProjectSourceMapsArtifacts', function () {
|
|
|
);
|
|
|
|
|
|
// Title
|
|
|
- expect(screen.getByRole('heading')).toHaveTextContent('Artifact Bundle');
|
|
|
+ expect(screen.getByRole('heading')).toHaveTextContent('Debug ID Bundle');
|
|
|
// Subtitle
|
|
|
expect(
|
|
|
screen.getByText('7227e105-744e-4066-8c69-3e5e344723fc')
|