Skip to content

Commit f8fd71b

Browse files
authored
fix: missing path import in Update AppiumV2_test.js
1 parent 9306305 commit f8fd71b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helper/AppiumV2_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const chai = require('chai')
22

33
const expect = chai.expect
44
const assert = chai.assert
5+
const path = require('path')
56

67
let app
78
const apk_path = 'storage:filename=selendroid-test-app-0.17.0.apk'

0 commit comments

Comments
 (0)