Skip to content

Commit

Permalink
fix: remove duplciate snippet (#8492)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickIliev authored and NathanWalker committed Aug 7, 2020
1 parent 61006b9 commit ea4ee7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/app/ui/text-field/text-field-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,7 @@ export var testCloseOnReturn = function () {
return;
}
var textField = <TextField>views[0];

// >> setting-closeOnReturn-property
textField.closeOnReturn = true;
// << setting-closeOnReturn-property

typeTextNativelyWithReturn(textField, "Should close textfield");

Expand Down

0 comments on commit ea4ee7a

Please sign in to comment.