Skip to content

Commit

Permalink
Update test description to reflect new prop
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Sep 17, 2023
1 parent 9cc8632 commit ced2a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/form-token-field/test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ describe( 'FormTokenField', () => {
expectTokensToBeInTheDocument( [ 'grapefruit' ] );
} );

it( "should not add a token with the input's value when pressing the tab key", async () => {
it( "should not add a token with the input's value when tokenizeOnBlur is not set and pressing the tab key", async () => {
const user = userEvent.setup();

const onChangeSpy = jest.fn();
Expand Down

0 comments on commit ced2a73

Please sign in to comment.