mirror of
https://github.com/appium/appium.git
synced 2026-02-10 20:09:49 -06:00
fix selendroid webview tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user