Skip to content

Commit

Permalink
Updated a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsekulic committed Mar 3, 2023
1 parent 40b9362 commit 455663d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/pages/token-allowance/token-allowance.test.js
Expand Up @@ -263,6 +263,8 @@ describe('TokenAllowancePage', () => {
const textField = getByTestId('custom-spending-cap-input');
fireEvent.change(textField, { target: { value: '1' } });

expect(queryByText('Prior to clicking confirm:')).toBeNull();

const nextButton = getByText('Next');
fireEvent.click(nextButton);

Expand Down

0 comments on commit 455663d

Please sign in to comment.