@zohodesk/testinglibrary 3.1.2 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,13 +10,9 @@ exports.verifyIfCookieFileExists = verifyIfCookieFileExists;
|
|
|
10
10
|
var _path = _interopRequireDefault(require("path"));
|
|
11
11
|
var _fs = require("fs");
|
|
12
12
|
var _readConfigFile = require("../../readConfigFile");
|
|
13
|
-
var _checkAuthDirectory = require("../checkAuthDirectory");
|
|
14
13
|
var _logger = require("../../../../utils/logger");
|
|
15
14
|
/* eslint-disable no-console */
|
|
16
15
|
|
|
17
|
-
const authContent = {
|
|
18
|
-
cookies: []
|
|
19
|
-
};
|
|
20
16
|
function getAuthFileDirectory() {
|
|
21
17
|
const {
|
|
22
18
|
uatDirectory
|