itemengine-cypress-automation 1.0.534 → 1.0.535-fix-label-numberline-026d4e8.0

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.
@@ -325,6 +325,7 @@ const steps = {
325
325
  .should('exist');
326
326
  });
327
327
  });
328
+ cy.wait(1000);
328
329
  },
329
330
 
330
331
  /**
@@ -835,6 +836,7 @@ const steps = {
835
836
  });
836
837
  });
837
838
  });
839
+ cy.wait(1000);
838
840
  },
839
841
 
840
842
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.534",
3
+ "version": "1.0.535-fix-label-numberline-026d4e8.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {