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 charts dot plot.
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
- utilities.verifyInnerText(numberLineCommonComponent.toleranceThresholdInputField(), '');
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', () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.473-IEI-3170-837f0a9.0",
3
+ "version": "1.0.474-IEI-3170-336940e.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {