update selendroid tests to use new activity style

This commit is contained in:
Jonathan Lipps
2013-07-10 10:13:28 -07:00
parent bae72cd7d0
commit c27219c040
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
var path = require('path')
, appPath = path.resolve(__dirname, "../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk")
, appPkg = "com.example.android.apis"
, appAct = "ApiDemos"
, appAct = ".ApiDemos"
, driverBlock = require("../../helpers/driverblock.js")
, describeWd = driverBlock.describeForApp(appPath, "selendroid", appPkg, appAct)
, should = require('should');
+1 -1
View File
@@ -4,7 +4,7 @@
var path = require('path')
, appPath = path.resolve(__dirname, "../../../sample-code/apps/WebViewDemo/target/selendroid-test-app-0.4.2.apk")
, appPkg = "io.selendroid.testapp"
, appAct = "HomeScreenActivity"
, appAct = ".HomeScreenActivity"
, driverBlock = require("../../helpers/driverblock.js")
, describeWd = driverBlock.describeForApp(appPath, "selendroid", appPkg, appAct)
, should = require('should');