Skip to content

Commit

Permalink
update vpc create test, may lead to conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
coliu-akamai committed Dec 10, 2024
1 parent 95e80e3 commit 1d9c73f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('VPC create page', () => {
'The IPv4 range must be in CIDR format'
);
expect(badSubnetIP).toBeInTheDocument();
const badLabels = screen.getAllByText('Label is required');
const badLabels = screen.getAllByText('Label is required.');
expect(badLabels).toHaveLength(2);
});

Expand Down

0 comments on commit 1d9c73f

Please sign in to comment.