Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Remove mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tran authored and Andrew Tran committed Jul 25, 2023
1 parent 749d4d2 commit cfe3495
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/terra-search-field/tests/wdio/search-field-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Terra.describeViewports('Search Field', ['medium'], () => {
});

it('should enter a search term', () => {
// mismatchTolerance set to 0.1 to account for subtle variances in the dotted line
$('input').setValue('Lore', { mismatchTolerance: 0.1 });
$('input').setValue('Lore');
});

it('should display Search Field with text', () => {
Expand Down

0 comments on commit cfe3495

Please sign in to comment.