Skip to content

Commit

Permalink
Update projects/demo-integrations/src/tests/component-testing/mirrore…
Browse files Browse the repository at this point in the history
…d-prefix-postfix/mirrored-prefix-postfix.cy.ts

Co-authored-by: Nikita Barsukov <[email protected]>
  • Loading branch information
KrollikRoddzer and nsbarsukov authored Mar 7, 2024
1 parent 373296a commit 0659428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('[prefix]="$ " | [postfix]=" per day" (without caret guard)', () => {
}),
},
});
cy.get(' input')
cy.get('input')
.focus()
.type('{selectAll}{del}')
.should('have.value', '$ per day')
Expand Down

0 comments on commit 0659428

Please sign in to comment.