testcafe-legacy-api
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -16,6 +16,6 @@ // -------------------------------------------------------- | ||
getAndUncheckFileDownloadingFlag: 'get-and-uncheck-file-downloading-flag', | ||
uncheckFileDownloadingFlag: 'uncheck-file-downloading-flag', | ||
nativeDialogsInfoSet: 'native-dialogs-info-set', | ||
takeScreenshot: 'take-screenshot' | ||
takeScreenshot: 'take-screenshot', | ||
waitForFileDownload: 'wait-for-file-download' | ||
}; | ||
module.exports = exports.default; |
@@ -228,4 +228,4 @@ 'use strict'; | ||
ServiceMessages[_command2.default.uncheckFileDownloadingFlag] = function () { | ||
this.isFileDownloading = false; | ||
ServiceMessages[_command2.default.waitForFileDownload] = function () { | ||
// NOTE: required to keep API similar to TestRun. Just do nothing here. | ||
}; | ||
@@ -232,0 +232,0 @@ |
{ | ||
"name": "testcafe-legacy-api", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Legacy API support for TestCafe", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313562