itemengine-cypress-automation 1.0.383-task-IEI-4672-6b2395e.0 → 1.0.383

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.
@@ -549,7 +549,8 @@ const steps = {
549
549
  enterTextInXMinInputField: (xMinValue) => {
550
550
  graphingPage.xMinInputField()
551
551
  .clear()
552
- .type(xMinValue);
552
+ .type(xMinValue)
553
+ .blur();
553
554
  cy.wait(2000);
554
555
  graphingPage.xMinInputField()
555
556
  .should('have.value', xMinValue)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.383-task-IEI-4672-6b2395e.0",
3
+ "version": "1.0.383",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -52,4 +52,4 @@
52
52
  "devDependencies": {
53
53
  "@applitools/eyes-cypress": "^3.47.0"
54
54
  }
55
- }
55
+ }