Skip to content

Commit

Permalink
chore: misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Dec 26, 2024
1 parent 5db7593 commit 5eb7a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo-cypress/src/tests/textfield.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('Textfield', () => {
});
});

it('shows content for untouched field without focused', () => {
it('shows content for untouched field without focus', () => {
cy.get('tui-textfield').compareSnapshot('[content]-pristine-unfocused');
});

Expand Down

0 comments on commit 5eb7a51

Please sign in to comment.