mirror of
https://github.com/appium/appium.git
synced 2026-05-02 08:19:52 -05:00
update selendroid tests to use new activity style
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user