Skip to content

Commit

Permalink
chore: rename test
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Barsukov <[email protected]>
  • Loading branch information
AndreiBelokopytov and nsbarsukov authored Nov 28, 2024
1 parent 874cc18 commit b8ec49e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Number | [postfix]=" EUR" (no initial value & no caret guard)', () =>
cy.get('input').focus().should('have.value', '').as('input');
});

it('Empty input => Paste "11.22 " => Textfield\'s value is "11.22 EUR"', () => {
it('Empty input => Paste "11.22 " => 11.22 |EUR', () => {
cy.get('input')
.paste('11.22 ')
.should('have.value', '11.22 EUR')
Expand Down

0 comments on commit b8ec49e

Please sign in to comment.