fix: remove duplciate snippet (#8492)

This commit is contained in:
Nick Iliev
2020-04-02 14:18:47 +03:00
committed by GitHub
parent c150b11bf1
commit 56f6626891

View File

@@ -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");