itemengine-cypress-automation 1.0.475-IEI-3170-new-e6c5311.0 → 1.0.476-IEI-3170-new-4a2f82a.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.
@@ -3,7 +3,7 @@ import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
  const unselectedToolOption = ['Left ray', 'Right ray', 'Open left ray', 'Open right ray'];
4
4
  const range = 22.18;
5
5
 
6
- //Uncomment this line once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
6
+ //Remove this skip once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
7
7
  describe.skip('Create item page - Number line: All or nothing with Tolerance/Threshold', () => {
8
8
  before(() => {
9
9
  cy.loginAs('admin');
@@ -356,6 +356,7 @@ const steps = {
356
356
  // .should('have.value', value)
357
357
  // },
358
358
 
359
+ //Uncomment these lines once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
359
360
  /**
360
361
  * @param {number} points - The points to be allotted.
361
362
  * @description - Allots points in the scoring section.
@@ -370,6 +371,7 @@ const steps = {
370
371
  // .blur();
371
372
  // },
372
373
 
374
+ //Uncomment these lines once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
373
375
  // focusInOutOfToleranceThresholdInputField: () => {
374
376
  // numberLineCommonComponent.toleranceThresholdInputField()
375
377
  // .focus()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.475-IEI-3170-new-e6c5311.0",
3
+ "version": "1.0.476-IEI-3170-new-4a2f82a.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {