itemengine-cypress-automation 1.0.475-IEI-3170-new-e700c1a.0 → 1.0.475-IEI-3170-new-e6c5311.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.
@@ -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
|
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
|
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
|
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.
|
@@ -785,7 +785,7 @@ const tests = {
|
|
785
785
|
});
|
786
786
|
},
|
787
787
|
|
788
|
-
//Uncomment
|
788
|
+
//Uncomment these lines once this ticket is deployed on prod https://weldnorthed.atlassian.net/browse/IEI-3170
|
789
789
|
// verifyToleranceThresholdLabelAndInputField: () => {
|
790
790
|
// it('Tolerance/Threshold label and input field should be displayed and by default input field should be empty', () => {
|
791
791
|
// utilities.verifyElementVisibilityState(numberLineCommonComponent.toleranceThresholdLabel(), 'visible');
|