mirror of
https://github.com/appium/appium.git
synced 2026-01-24 11:18:55 -06:00
Lint and update JS sample code (#11927)
* Lint and update JS wd sample code * Lint and update JS webdriverio sample code * Add JS sample code to greenkeeper
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
import wd from 'wd';
|
||||
import chai from 'chai';
|
||||
import { androidCaps, serverConfig } from '../helpers/caps';
|
||||
|
||||
const {assert} = chai;
|
||||
|
||||
|
||||
const PACKAGE = 'io.appium.android.apis';
|
||||
const SEARCH_ACTIVITY = '.app.SearchInvoke';
|
||||
const ALERT_DIALOG_ACTIVITY = '.app.AlertDialogSamples';
|
||||
|
||||
describe('Basic Android interactions', function () {
|
||||
|
||||
let driver;
|
||||
|
||||
before(async function () {
|
||||
@@ -60,4 +59,4 @@ describe('Basic Android interactions', function () {
|
||||
// Close the dialog
|
||||
await closeDialogButton.click();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user