vita-playwright 1.2.5 → 1.2.7
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ const postResponse = await ApiHelper.post(url, header, payload);
|
|
|
79
79
|
* @description: Post call with endpoint, headers and data.
|
|
80
80
|
* @param {string} apiEndPoint - API end point.
|
|
81
81
|
* @param {string} headers - headers contains authentication keys, application type etc..
|
|
82
|
-
* @param {string} payload - payload data
|
|
82
|
+
* @param {json/string} payload - payload data
|
|
83
83
|
* @returns {Promise<reponse>} - returns Promise of reponse
|
|
84
84
|
*/
|
|
85
85
|
import { ApiHelper } from "vita-playwright";
|