Skip to content

Commit d3c9e21

Browse files
feat: [M3-6968] improve unit test
1 parent f9a8f54 commit d3c9e21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/manager/src/features/Linodes/MigrateLinode/ConfigureForm.test.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,12 @@ describe('ConfigureForm component with price comparison', () => {
134134
});
135135
});
136136
});
137+
138+
it('should provide a proper price comparison', async () => {
139+
selectNewRegion('São Paulo', 'br-gru');
140+
await waitFor(() => {
141+
expect(queryByText('$12.00')).toBeInTheDocument();
142+
expect(queryByText('$15.60')).toBeInTheDocument();
143+
});
144+
});
137145
});

0 commit comments

Comments
 (0)