You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/08/10 05:59:07 UTC

[10/14] incubator-weex git commit: * [test] input

* [test] input


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/d80b11ca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/d80b11ca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/d80b11ca

Branch: refs/heads/0.16-dev
Commit: d80b11ca2f8b0edfc0c4aa863ff584d132fed9f3
Parents: a021c19
Author: gurisxie <27...@qq.com>
Authored: Thu Aug 10 10:37:30 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Thu Aug 10 10:37:30 2017 +0800

----------------------------------------------------------------------
 test/scripts/components/input-event.test.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d80b11ca/test/scripts/components/input-event.test.js
----------------------------------------------------------------------
diff --git a/test/scripts/components/input-event.test.js b/test/scripts/components/input-event.test.js
index be7ef2a..79a950e 100644
--- a/test/scripts/components/input-event.test.js
+++ b/test/scripts/components/input-event.test.js
@@ -29,7 +29,6 @@ describe('weex '+goal+' test', function () {
       .waitForElementById("input-obj", interval, 2000)
       .sendKeys('testInput')
       .sleep(500)
-      .sendKeys('\n')
       .waitForElementByName('input:testInput', interval, 2000)