@zohodesk/testinglibrary 0.4.95-n18-experimental → 0.4.96-n18-experimental

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.
@@ -1,6 +1,6 @@
1
1
  import {createBdd } from '@zohodesk/testinglibrary';
2
2
  import { executeRpcRequest , entityIdReConstructor } from '../helpers/rpcRequestHelper';
3
- import jp from 'jsonpath';
3
+ // import jp from 'jsonpath';
4
4
 
5
5
  const { Given } = createBdd();
6
6
 
@@ -54,7 +54,7 @@ Given('a search entity using {string}', async ({page,cacheLayer}, reference,data
54
54
  entityIdValue = searchObj;
55
55
  } else {
56
56
  const jsonPath = searchEntity?.startsWith?.('$') ? searchEntity : `$.${searchEntity}`;
57
- const result = jp.query(searchObj, jsonPath);
57
+ const result = null;//jp.query(searchObj, jsonPath);
58
58
 
59
59
  if (!result || result.length === 0) {
60
60
  throw new Error(`JSONPath query '${jsonPath}' returned no results from cache object for reference: ${reference}`);
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.95-n18-experimental",
3
+ "version": "0.4.96-n18-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.4.95-n18-experimental",
9
+ "version": "0.4.96-n18-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.95-n18-experimental",
3
+ "version": "0.4.96-n18-experimental",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {