fix selendroid webview tests

This commit is contained in:
Jonathan Lipps
2014-05-02 18:16:27 -07:00
parent 85bcbf5bb0
commit 513e541a6c

View File

@@ -4,4 +4,4 @@ process.env.DEVICE = process.env.DEVICE || "selendroid";
var androidWebviewTests = require('../../helpers/android-webview');
// if it doesn't work run: adb uninstall io.selendroid.testapp
describe('selendroid - web_view -', androidWebviewTests.windows);
describe('selendroid - web_view -', androidWebviewTests);