Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 12, 2023
1 parent 92fd9f2 commit 23c4bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form/widgets/autocomplete/widget.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ describe('form: widget: autocomplete', () => {
})
.dc(100)
.typeChar(typeValue)
.dc(1000)
.checkCount('nz-auto-option', config.uiEmailSuffixes!.length)
.click('nz-auto-option')
.checkValue('a', `${typeValue}@${config.uiEmailSuffixes![0]}`)
Expand Down

0 comments on commit 23c4bcc

Please sign in to comment.