Skip to content

Commit ed6d52a

Browse files
committed
fix: missing some imports in gha
1 parent 47e2a8e commit ed6d52a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: test/helper/AppiumV2_test.js

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ const path = require('path');
44
const expect = chai.expect;
55
const assert = chai.assert;
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)