itemengine-cypress-automation 1.0.475-IEI-3170-new-e700c1a.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');
@@ -2,7 +2,7 @@ import { numberLineLabelPage } from "../../../../pages";
2
2
  import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
  const range = 22.2;
4
4
 
5
- // Remove skip this once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
5
+ // Remove this skip once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
6
6
  describe.skip('Create item page - Number line: All or nothing with Tolerance/Threshold', () => {
7
7
  before(() => {
8
8
  cy.loginAs('admin');
@@ -25,7 +25,7 @@ const selectors = {
25
25
  nodesOnNumberLineOfSpecifyCorrectAnswerSection: () => cy.get('[class*="AnswerAccordionstyles__AnswerPanel"] .ngie-jxgbox [id*="ticks"][stroke-linecap="round"]'),
26
26
  nodesOnNumberLineInPreviewTab: () => cy.get('[class*="TabsComponentstyles__PreviewWrapper"] .ngie-jxgbox [id*="ticks"][stroke-linecap="round"]'),
27
27
  //scoring section
28
- //Uncomment this lines once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
28
+ //Uncomment these lines once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
29
29
  // toleranceThresholdLabel: () => cy.get('[class*="AllocatedPointsstyles__PointsWrapper"] .points-label'),
30
30
  // toleranceThresholdInputField: () => cy.get('[class*="AllocatedPointsstyles__PointsWrapper"] input'),
31
31
  // pointsInputField: () => cy.get('.ngie-accordion-detail .points-input-field input[type="text"]'),
@@ -342,7 +342,7 @@ const steps = {
342
342
  });
343
343
  },
344
344
 
345
- //Uncomment this lines once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
345
+ //Uncomment these lines once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
346
346
  /**
347
347
  * Sets the tolerance threshold value for the numberline plot.
348
348
  * @param {number} value - The value for the tolerance threshold.
@@ -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()
@@ -785,7 +787,7 @@ const tests = {
785
787
  });
786
788
  },
787
789
 
788
- //Uncomment this lines once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
790
+ //Uncomment these lines once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
789
791
  // verifyToleranceThresholdLabelAndInputField: () => {
790
792
  // it('Tolerance/Threshold label and input field should be displayed and by default input field should be empty', () => {
791
793
  // utilities.verifyElementVisibilityState(numberLineCommonComponent.toleranceThresholdLabel(), 'visible');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.475-IEI-3170-new-e700c1a.0",
3
+ "version": "1.0.476-IEI-3170-new-4a2f82a.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {