Skip to content

Commit b563fd3

Browse files
authored
fix: missing initialize appium in Update AppiumV2_test.js
1 parent f8fd71b commit b563fd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/helper/AppiumV2_test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ const expect = chai.expect
44
const assert = chai.assert
55
const path = require('path')
66

7+
const Appium = require('../../lib/helper/Appium')
8+
const AssertionFailedError = require('../../lib/assert/error')
9+
const fileExists = require('../../lib/utils').fileExists
10+
global.codeceptjs = require('../../lib')
11+
712
let app
813
const apk_path = 'storage:filename=selendroid-test-app-0.17.0.apk'
914
const smallWait = 3

0 commit comments

Comments
 (0)