Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljordan-caci committed Mar 4, 2025
1 parent 4498aa1 commit 3bfe2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SignIn/Signin.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('SignIn tests', () => {
expect(screen.queryAllByText('and could cause a delay in your shipment being moved.'));
});

it('shows the EULA when the signuup button is clicked and hides the EULA when cancel is clicked', async () => {
it('shows the EULA when the sign up button is clicked and hides the EULA when cancel is clicked', async () => {
isBooleanFlagEnabledUnauthenticated.mockImplementation(() => Promise.resolve(true));
const context = { siteName: 'TestMove' };
renderWithProviders(<SignIn />, {
Expand Down

0 comments on commit 3bfe2ec

Please sign in to comment.