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:04 UTC

[07/14] incubator-weex git commit: * [test] update

* [test] update


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

Branch: refs/heads/0.16-dev
Commit: 5cbadf2032e58757ffe162b01006278680dafc6c
Parents: 9027ab0
Author: gurisxie <27...@qq.com>
Authored: Wed Aug 9 19:09:53 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Wed Aug 9 19:09:53 2017 +0800

----------------------------------------------------------------------
 test/scripts/modules/modal-event.test.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/5cbadf20/test/scripts/modules/modal-event.test.js
----------------------------------------------------------------------
diff --git a/test/scripts/modules/modal-event.test.js b/test/scripts/modules/modal-event.test.js
index fc79d01..2455c2f 100644
--- a/test/scripts/modules/modal-event.test.js
+++ b/test/scripts/modules/modal-event.test.js
@@ -27,6 +27,7 @@ describe('weex '+goal+' test', function () {
     //TODO :截图比对
     return driver.waitForElementByName('alertClick', timeout, 2000)
       .click()
+      .dismissAlert()
       .waitForElementByName(goal, timeout, 2000)
       .click()
       .waitForElementByName('alert success', timeout, 2000)