Skip to content

Commit

Permalink
fix: missing some imports in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jan 2, 2025
1 parent 47e2a8e commit ed6d52a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/helper/AppiumV2_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ const path = require('path');
const expect = chai.expect;
const assert = chai.assert;

const Appium = require('../../lib/helper/Appium');
const AssertionFailedError = require('../../lib/assert/error');
const fileExists = require('../../lib/utils').fileExists;
global.codeceptjs = require('../../lib');

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

0 comments on commit ed6d52a

Please sign in to comment.