You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/03 02:01:27 UTC

[4/5] incubator-weex git commit: update testcase

update testcase


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

Branch: refs/heads/0.11-dev
Commit: cb0f31cdd6a91180c97d7cd63845a3a8c6998324
Parents: 8893b95
Author: moxun.ljf <mo...@alibaba-inc.com>
Authored: Fri Mar 3 09:47:20 2017 +0800
Committer: moxun.ljf <mo...@alibaba-inc.com>
Committed: Fri Mar 3 09:47:20 2017 +0800

----------------------------------------------------------------------
 test/scripts/components/image-onload.test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/cb0f31cd/test/scripts/components/image-onload.test.js
----------------------------------------------------------------------
diff --git a/test/scripts/components/image-onload.test.js b/test/scripts/components/image-onload.test.js
index 8030511..f4622da 100644
--- a/test/scripts/components/image-onload.test.js
+++ b/test/scripts/components/image-onload.test.js
@@ -13,7 +13,7 @@ describe('image onload', function () {
 
   before(function () {
     return util.init(driver)
-      .get('wxpage://' + util.getDeviceHost() +'/image.js')
+      .get('wxpage://' + util.getDeviceHost() +'/image-onload.js')
       .waitForElementByXPath('//div/text[1]',util.getGETActionWaitTimeMills(),1000)
   });