Skip to content

Commit

Permalink
fix: tup-712 test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Mar 27, 2024
1 parent a53e7f5 commit 4ebbf08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ describe('LoginComponent', () => {
expect(links[1].getAttribute('href')).toEqual(
'https://accounts.tacc.utexas.edu/login_support'
);
expect(getByText('Reset Password')).toBeDefined();
expect(getByText('Forgot Password')).toBeDefined();
expect(links[2].getAttribute('href')).toEqual(
'https://accounts.tacc.utexas.edu/forgot_password'
);
expect(getByText('Request Username')).toBeDefined();
expect(getByText('Recover Username')).toBeDefined();
expect(links[3].getAttribute('href')).toEqual(
'https://accounts.tacc.utexas.edu/forgot_username'
);
Expand Down

0 comments on commit 4ebbf08

Please sign in to comment.