itemengine-cypress-automation 1.0.473-IEI-3170-837f0a9.0 → 1.0.474-IEI-3170-336940e.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.
@@ -342,7 +342,7 @@ const steps = {
|
|
342
342
|
},
|
343
343
|
|
344
344
|
/**
|
345
|
-
* Sets the tolerance threshold value for the
|
345
|
+
* Sets the tolerance threshold value for the numberline plot.
|
346
346
|
* @param {number} value - The value for the tolerance threshold.
|
347
347
|
*/
|
348
348
|
setToleranceThresholdValue: (value) => {
|
@@ -788,7 +788,7 @@ const tests = {
|
|
788
788
|
utilities.verifyElementVisibilityState(numberLineCommonComponent.toleranceThresholdLabel(), 'visible');
|
789
789
|
utilities.verifyInnerText(numberLineCommonComponent.toleranceThresholdLabel(), 'Tolerance');
|
790
790
|
utilities.verifyElementVisibilityState(numberLineCommonComponent.toleranceThresholdInputField(), 'visible');
|
791
|
-
|
791
|
+
numberLineCommonComponent.toleranceThresholdInputField().should('have.value', '');
|
792
792
|
});
|
793
793
|
|
794
794
|
it('When user focuses in and out of the Tolerance/Threshold input field then error message should not be displayed', () => {
|