Skip to content

Commit

Permalink
fix: missing path import in Update AppiumV2_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Jan 3, 2025
1 parent 9306305 commit f8fd71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helper/AppiumV2_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const chai = require('chai')

const expect = chai.expect
const assert = chai.assert
const path = require('path')

let app
const apk_path = 'storage:filename=selendroid-test-app-0.17.0.apk'
Expand Down

0 comments on commit f8fd71b

Please sign in to comment.