Skip to content

Commit

Permalink
remove unit test for helper text
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Jun 12, 2024
1 parent 8427988 commit 87cbd10
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ describe('CreateImageTab', () => {
await findByText(
'This Linode is in a distributed compute region. Images captured from this Linode will be stored in the closest core site.'
);

// Verify helper text renders
await findByText(
`Image will be stored in the closest core site to (${linode.region})`
);
});

it('should render an encryption notice if disk encryption is enabled and the Linode is not in a distributed compute region', async () => {
Expand Down

0 comments on commit 87cbd10

Please sign in to comment.