mirror of
https://github.com/appium/appium.git
synced 2026-02-11 20:39:04 -06:00
7 lines
190 B
JavaScript
7 lines
190 B
JavaScript
"use strict";
|
|
|
|
var androidWebviewTests = require('../common/android-webview-base');
|
|
// if it doesn't work run: adb uninstall io.selendroid.testapp
|
|
|
|
describe('webview', androidWebviewTests);
|