itemengine-cypress-automation 1.0.383-task-IEI-4672-6b2395e.0 → 1.0.383-task-IEI-4672-db775e7.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.
@@ -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)
|